404 handler
This commit is contained in:
@@ -3,6 +3,12 @@ server_name metanohi.name www.metanohi.name;
|
||||
root /var/www/metanohi.name/web-serve;
|
||||
index index.html;
|
||||
|
||||
error_page 404 /404.html
|
||||
|
||||
location /404 {
|
||||
internal;
|
||||
}
|
||||
|
||||
location ~ \.html$ {
|
||||
internal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user