mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-27 04:25:43 +00:00
Changes log filenames from ID to (first) domain
This commit is contained in:
@@ -7,8 +7,8 @@ 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;
|
||||
access_log /data/logs/dead-host-{{ domain_names | first }}_access.log standard;
|
||||
error_log /data/logs/dead-host-{{ domain_names | first }}_error.log warn;
|
||||
|
||||
{{ advanced_config }}
|
||||
|
||||
|
Reference in New Issue
Block a user