mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-16 13:56:52 +00:00
move to a unified log, stopping all access logs for individual sites.
This commit is contained in:
@@ -9,8 +9,9 @@ server {
|
||||
{% include "_hsts.conf" %}
|
||||
{% include "_forced_ssl.conf" %}
|
||||
|
||||
access_log /data/logs/redirection-host-{{ id }}_access.log standard;
|
||||
error_log /data/logs/redirection-host-{{ id }}_error.log warn;
|
||||
#disabling individual logs
|
||||
#access_log /data/logs/redirection-host-{{ id }}_access.log standard;
|
||||
#error_log /data/logs/redirection-host-{{ id }}_error.log warn;
|
||||
|
||||
{{ advanced_config }}
|
||||
|
||||
|
Reference in New Issue
Block a user