mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 20:06:30 +00:00
Remove error_log setting from nginx.tmpl
It's already set correctly in nginx.conf
This commit is contained in:
parent
24859e3f92
commit
924fcd7984
@ -36,7 +36,6 @@ log_format vhost '$host $remote_addr - $remote_user [$time_local] '
|
|||||||
'"$http_referer" "$http_user_agent"';
|
'"$http_referer" "$http_user_agent"';
|
||||||
|
|
||||||
access_log /proc/self/fd/1 vhost;
|
access_log /proc/self/fd/1 vhost;
|
||||||
error_log /proc/self/fd/2;
|
|
||||||
|
|
||||||
# HTTP 1.1 support
|
# HTTP 1.1 support
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
Loading…
Reference in New Issue
Block a user