include need to be inside http
This commit is contained in:
parent
27029946a3
commit
8a498edef5
@ -28,5 +28,6 @@ http {
|
|||||||
access_log /var/log/nginx/access.log main;
|
access_log /var/log/nginx/access.log main;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
}
|
|
||||||
include conf.d/*.conf
|
include /etc/nginx/conf.d/*.conf;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user