10 lines
No EOL
191 B
Text
10 lines
No EOL
191 B
Text
# 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;
|
|
} |