diff --git a/build/conf/nginx/app.conf b/build/conf/nginx/app.conf index 8cf4402..cc91391 100644 --- a/build/conf/nginx/app.conf +++ b/build/conf/nginx/app.conf @@ -4,6 +4,8 @@ http { sendfile on; keepalive_timeout 30; + include NGINX_CONFD_SLUG/daemon/*.conf; + server { listen 80; charset utf-8; @@ -22,6 +24,8 @@ http { location = /favicon.ico { log_not_found off; access_log off; } location = /robots.txt { access_log off; log_not_found off; } + include NGINX_CONFD_SLUG/server/*.conf; + error_page 404 /index.php; # pass the PHP scripts to php-fpm