Files
yakpanel-core/vhost/template/nginx/error_page.conf

4 lines
188 B
Plaintext
Raw Normal View History

2026-04-07 02:04:22 +05:30
#错误页相关配置
#<ERRORCODE> 错误代码 (404|502|500|503)
#<PAGE_FILE> 相对于网站根目录的响应文件位置(/404.html|/error/404.html)
error_page <ERRORCODE> <PAGE_FILE>;