Explorar o código

Remove redundant access_log and error_log

Mike Dillon %!s(int64=10) %!d(string=hai) anos
pai
achega
54b9043323
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      nginx.tmpl

+ 0 - 2
nginx.tmpl

@@ -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;
 }