Fix exopages custom 404

This commit is contained in:
Anthony Wang 2022-05-17 12:58:08 -05:00
parent 72cfa07c13
commit e31ccdff72
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -25,7 +25,7 @@ server {
root /srv/http/pages/$page;
index index.html;
error_page 404 /404.html;
error_page 502 404 /404.html;
location = /404.html {
internal;
}