Commit 0dabc838 by zhangxingmin

push

parent 50743c6d
......@@ -18,12 +18,6 @@ server {
add_header Cache-Control "no-store, no-cache, must-revalidate";
}
# 禁止访问 .env 文件
location ~ /\.env {
deny all;
return 404;
}
# 错误处理
error_page 500 502 503 504 /50x.html;
location = /50x.html {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment