0.1.32-DEV-20200821-125515
-------------------------- * FIX: - nginx: [emerg] unknown log format "main"
This commit is contained in:
parent
961020d65a
commit
b92161d2ac
@ -32,9 +32,9 @@ server {
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
{% if proxy_site_dontlog_ips is defined %}
|
||||
access_log {{ proxy_site_log_path }}/{{ item.key }}.log main if=$log_ip;
|
||||
access_log {{ proxy_site_log_path }}/{{ item.key }}.log if=$log_ip;
|
||||
{% else %}
|
||||
access_log {{ proxy_site_log_path }}/{{ item.key }}.log main;
|
||||
access_log {{ proxy_site_log_path }}/{{ item.key }}.log;
|
||||
{% endif %}
|
||||
|
||||
{% if proxy_sites[item.key]['max_upload'] is defined %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user