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