diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-28 05:25:06 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-28 05:25:06 +0000 |
commit | 7a2365bb0de96c5860581eab74bebe5513db80db (patch) | |
tree | cb11e7e6f9f18d1d6042a1fa9c184e3ed50a7ed4 /etc | |
parent | 036b9e6e8727c9ba494c077edde240f939fa53bc (diff) |
refactor
Diffstat (limited to 'etc')
-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 # |