修改文件权限:描述权限变更的原因

This commit is contained in:
2025-05-14 22:36:50 +08:00
parent e7fa464edb
commit eaba13df5b
7 changed files with 136 additions and 4 deletions
+6
View File
@@ -49,6 +49,12 @@ server {
try_files $uri =404;
}
# 专门处理企业微信验证文件的请求
# location = /WW_verify_9eWb5ozYfqE0Bb2i.txt {
# default_type text/plain; # 设置正确的Content-Type
# return 200 '9eWb5ozYfqE0Bb2i'; # 直接返回验证内容
# }
location / {
proxy_pass http://127.0.0.1:3010/;
proxy_redirect off; # 修改重定向处理