mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-25 05:16:30 +00:00
Remove redundant access_log and error_log
This commit is contained in:
parent
1aef35678e
commit
54b9043323
@ -30,8 +30,6 @@ proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _; # This is just an invalid value which will never trigger on a real hostname.
|
||||
error_log /proc/self/fd/2;
|
||||
access_log /proc/self/fd/1;
|
||||
return 503;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user