make /404 internal too

This commit is contained in:
Daniel Micay 2020-04-24 11:11:26 -04:00
parent 56599f8277
commit 5f900a3059

View File

@ -67,6 +67,10 @@ server {
default_type text/plain; default_type text/plain;
} }
location = /404 {
internal;
}
location = /404.html { location = /404.html {
internal; internal;
} }