Safe3-openresty-manager/nginx/conf/error_page.conf
UUSEC Technology 12467d8fd1 open source
2025-04-30 13:05:17 +08:00

6 lines
No EOL
92 B
Text

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
internal;
}