action / bt-source /panel /vhost /template /nginx /error_page.conf
GGSheng's picture
feat: deploy Gemma 4 to hf space
020c337 verified
#错误页相关配置
#<ERRORCODE> 错误代码 (404|502|500|503)
#<PAGE_FILE> 相对于网站根目录的响应文件位置(/404.html|/error/404.html)
error_page <ERRORCODE> <PAGE_FILE>;