nginx: Fix 404 location
This commit is contained in:
parent
f368bf2de5
commit
c45b41677a
@ -17,6 +17,7 @@ server {
|
|||||||
|
|
||||||
# Custom 404 page
|
# Custom 404 page
|
||||||
error_page 404 /404.html;
|
error_page 404 /404.html;
|
||||||
|
root /usr/share/nginx/html;
|
||||||
location = /404.html {
|
location = /404.html {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user