Fixed 404
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-10-30 22:07:18 +01:00
parent 473da9ca86
commit 778bdfa2bd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ server {
index index.html index.htm;
}
error_page 404 /en/404.html;
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;