parent
674dbb0fc6
commit
fbdaa3f867
|
@ -46,6 +46,12 @@ error_log /var/log/nginx/error.log warn;
|
|||
# https://nginx.org/en/docs/ngx_core_module.html#pid
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
# Include files in the custom.d folder.
|
||||
# Custom configuration and value files should be placed in the custom.d
|
||||
# folder.
|
||||
# The configurations should be disabled by prefixing files with a dot.
|
||||
include custom.d/*.conf;
|
||||
|
||||
http {
|
||||
|
||||
# Hide Nginx version information.
|
||||
|
|
Loading…
Reference in New Issue