make /404 internal too
This commit is contained in:
@@ -67,6 +67,10 @@ server {
|
||||
default_type text/plain;
|
||||
}
|
||||
|
||||
location = /404 {
|
||||
internal;
|
||||
}
|
||||
|
||||
location = /404.html {
|
||||
internal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user