diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 53f0ae9..a443c92 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -37,9 +37,9 @@ keepalive_timeout 65; # 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 https://tut.dunemask.net; + # location = /50x.html { + # root /usr/share/nginx/html; + # } } } \ No newline at end of file