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