Browse Source

add http and upstream directories

master
Edoardo Putti 6 years ago
parent
commit
8c0fed49a6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      bundle/reverseproxy/Makefile

+ 2
- 0
bundle/reverseproxy/Makefile View File

@ -26,7 +26,9 @@ define Build/Compile
endef
define Package/reverseproxy/install
$(INSTALL_DIR) $(1)/etc/nginx/http.conf.d
$(INSTALL_DIR) $(1)/etc/nginx/map.conf.d
$(INSTALL_DIR) $(1)/etc/nginx/upstream.conf.d
endef
$(eval $(call BuildPackage,reverseproxy))

Loading…
Cancel
Save