adding nginx modularity

This commit is contained in:
Dmytro Makovey
2017-09-21 23:56:15 -07:00
parent f86391f839
commit b3d961a3dc
5 changed files with 9 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ http {
set_by_lua $webdav 'return os.getenv("WEBDAV")';
set_by_lua $expose_admin 'return os.getenv("EXPOSE_ADMIN")';
include http.d/*.conf;
# Actual logic
location / {
@@ -97,3 +98,5 @@ http {
}
}
}
include extra.d/*.conf;