diff --git a/nginx.conf b/nginx.conf index 943c08e..74ebc15 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,5 +28,6 @@ http { access_log /var/log/nginx/access.log main; sendfile on; keepalive_timeout 65; -} -include conf.d/*.conf + + include /etc/nginx/conf.d/*.conf; +} \ No newline at end of file