Update nginx.conf

This commit is contained in:
OSPanel 2024-03-31 06:22:00 +03:00
parent c4d8cc22ac
commit 3594546372

View file

@ -170,6 +170,7 @@ log_format main '[$time_local] $host: $remote_addr "$http_
log_not_found on; log_not_found on;
log_subrequest off; log_subrequest off;
access_log '{root_dir}/logs/{module_name}/access.log' main; access_log '{root_dir}/logs/{module_name}/access.log' main;
# access_log '{root_dir}/logs/{module_name}/404.log' main if=$log_not_found;
#-------------------------------- #--------------------------------
# Options # Options