Add the 403 error code build
This commit is contained in:
parent
18041281e3
commit
ea8278b48b
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
# Build error access
|
||||
error_page 403 /error/403.html;
|
||||
location = __PATH__/error/403.html {
|
||||
internal;
|
||||
}
|
||||
|
||||
error_page 404 /error/404.html;
|
||||
location = __PATH__/error/404.html {
|
||||
internal;
|
||||
|
|
Loading…
Add table
Reference in a new issue