diff options
Diffstat (limited to 'etc/nginx/nginx.conf')
-rw-r--r-- | etc/nginx/nginx.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index c04087dc..fc7b065b 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -66,10 +66,10 @@ http { # redirect server error pages to the static page /50x.html # - error_page 500 502 503 504 /50x.html; - location = /50x.html { - root /usr/share/nginx/html; - } + #error_page 500 502 503 504 /50x.html; + #location = /50x.html { + # root /usr/share/nginx/html; + #} # proxy the PHP scripts to Apache listening on 127.0.0.1:80 # |