Plugin nginx-vhosts includes files in folder nginx.conf.d

This commit is contained in:
Fredrik Wollsén
2014-05-18 19:35:22 +03:00
parent 614a310bbf
commit 580f89e63b

View File

@@ -57,6 +57,7 @@ $SSL_DIRECTIVES
proxy_set_header X-Forwarded-Port \$server_port;
proxy_set_header X-Request-Start \$msec;
}
include $DOKKU_ROOT/$APP/nginx.conf.d/*.conf;
}
EOF
@@ -80,6 +81,7 @@ server {
proxy_set_header X-Forwarded-Port \$server_port;
proxy_set_header X-Request-Start \$msec;
}
include $DOKKU_ROOT/$APP/nginx.conf.d/*.conf;
}
EOF