add 403 page

This commit is contained in:
j 2017-10-11 11:55:15 +02:00
commit f5bb701561
2 changed files with 27 additions and 0 deletions

View file

@ -63,6 +63,10 @@ server {
}
error_page 400 /;
error_page 403 /403.html;
location /403.html {
root /srv/pandora/static/html;
}
error_page 404 /404.html;
location /404.html {
root /srv/pandora/static/html;