Initial YakPanel commit
This commit is contained in:
4
vhost/template/nginx/error_page.conf
Normal file
4
vhost/template/nginx/error_page.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
#错误页相关配置
|
||||
#<ERRORCODE> 错误代码 (404|502|500|503)
|
||||
#<PAGE_FILE> 相对于网站根目录的响应文件位置(/404.html|/error/404.html)
|
||||
error_page <ERRORCODE> <PAGE_FILE>;
|
||||
Reference in New Issue
Block a user