Tidy up 404 and fix php logging to stdout

This commit is contained in:
Ric Harvey
2018-06-30 22:42:35 +01:00
parent bcbe15e85b
commit 51bbf4e04f
11 changed files with 31 additions and 444 deletions

View File

@@ -31,13 +31,16 @@ server {
internal;
}
location ^~ /ngd-style.css {
alias /var/www/errors/style.css;
location ^~ /sad.svg {
alias /var/www/errors/sad.svg;
access_log off;
}
location ^~ /ngd-sad.svg {
alias /var/www/errors/sad.svg;
location ^~ /twitter.svg {
alias /var/www/errors/twitter.svg;
access_log off;
}
location ^~ /gitlab.svg {
alias /var/www/errors/gitlab.svg;
access_log off;
}