add 403 page
This commit is contained in:
parent
2eac09691b
commit
f5bb701561
2 changed files with 27 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue