add custom 404 page
This commit is contained in:
@ -63,5 +63,11 @@ http {
|
||||
# Serve the file directly from disk
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
# Fallback 404 page
|
||||
location = /404.html {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
error_page 404 /404.html;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user