mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-12 16:44:36 +00:00
Compare commits
4 Commits
5f812170d9
...
5157abd4c2
Author | SHA1 | Date | |
---|---|---|---|
|
5157abd4c2 | ||
|
660caa41db | ||
|
ae897272ba | ||
|
4b8164e14b |
@ -10,8 +10,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 }}
|
||||
|
||||
|
@ -22,8 +22,8 @@ proxy_set_header Connection $http_connection;
|
||||
proxy_http_version 1.1;
|
||||
{% endif %}
|
||||
|
||||
access_log /data/logs/proxy-host-{{ id }}_access.log proxy;
|
||||
error_log /data/logs/proxy-host-{{ id }}_error.log warn;
|
||||
access_log /data/logs/proxy-host-{{ domain_names | first }}_access.log proxy;
|
||||
error_log /data/logs/proxy-host-{{ domain_names | first }}_error.log warn;
|
||||
|
||||
{{ advanced_config }}
|
||||
|
||||
|
@ -12,8 +12,8 @@ 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;
|
||||
access_log /data/logs/redirection-host-{{ domain_names | first }}_access.log standard;
|
||||
error_log /data/logs/redirection-host-{{ domain_names | first }}_error.log warn;
|
||||
|
||||
{{ advanced_config }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user