Updated nginx conf
This commit is contained in:
parent
e4711b1895
commit
053c0b1148
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
# }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue