- 2025年06月29日
- 星期日
是否可以为所有服务器定义公共位置?从nginx location文档我看到该位置取决于服务器.我想做这样的事情:… http { error_page 404 /error/404.html; error_page 500 501 502 503 504 /error/50x.html;
是否可以为所有服务器定义公共位置?从nginx location文档我看到该位置取决于服务器.我想做这样的事情:… http { error_page 404 /error/404.html; error_page 500 501 502 503 504 /error/50x.html;