From 053c0b114854e9884b109933bfcc81852705ce22 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Mon, 26 Dec 2022 20:14:37 -0500 Subject: [PATCH] Updated nginx conf --- nginx/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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