Más de log
This commit is contained in:
parent
64f0cbac42
commit
3135c02dcc
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ log_format vhost '$host $remote_addr - $remote_user [$time_local] '
|
||||||
|
|
||||||
#access_log /proc/self/fd/1 vhost;
|
#access_log /proc/self/fd/1 vhost;
|
||||||
#error_log /proc/self/fd/2;
|
#error_log /proc/self/fd/2;
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access_log.log;
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error_log.log;
|
||||||
|
|
||||||
# HTTP 1.1 support
|
# HTTP 1.1 support
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
Loading…
Reference in a new issue