include need to be inside http

This commit is contained in:
Peter Morton 2023-10-16 22:38:10 -05:00
parent 27029946a3
commit 8a498edef5

View File

@ -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;
}