mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 13:51:53 +08:00
6 lines
No EOL
92 B
Text
6 lines
No EOL
92 B
Text
error_page 500 502 503 504 /50x.html;
|
|
|
|
location = /50x.html {
|
|
root html;
|
|
internal;
|
|
} |