mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-17 06:16:57 +00:00
move to a unified log, stopping all access logs for individual sites.
This commit is contained in:
@@ -7,8 +7,9 @@ server {
|
||||
{% include "_hsts.conf" %}
|
||||
{% include "_forced_ssl.conf" %}
|
||||
|
||||
access_log /data/logs/dead-host-{{ id }}_access.log standard;
|
||||
error_log /data/logs/dead-host-{{ id }}_error.log warn;
|
||||
#disable individual logs
|
||||
#access_log /data/logs/dead-host-{{ id }}_access.log standard;
|
||||
#error_log /data/logs/dead-host-{{ id }}_error.log warn;
|
||||
|
||||
{{ advanced_config }}
|
||||
|
||||
@@ -18,6 +19,8 @@ server {
|
||||
return 404;
|
||||
}
|
||||
{% endif %}
|
||||
# Custom
|
||||
include /data/nginx/custom/server_dead[.]conf;
|
||||
|
||||
}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user