forked from wangbo/easyai
修改文件权限:描述权限变更的原因
This commit is contained in:
@@ -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; # 修改重定向处理
|
||||
|
||||
Reference in New Issue
Block a user