Bruce Lam

Results 47 issues of Bruce Lam

不想用户被一些无营养(其它用户评论难免会低质量)的订阅邮件骚扰。

https://github.com/aaPanel/BaoTa/blob/f776b5d154a52da4ae43ab6e3a97ccc32e50bbd4/class/panelSite.py#L2696-L2719 你们可以判读啊用户创建的反代目录规则,如果用户想反代 `/` (http根路径) 时候,可以将规则替换为 ```nginxconf #PROXY-START/ location ~ ^/(?!(.well-known)) { proxy_pass https://www.baidu.com; proxy_set_header Host www.baidu.com; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header REMOTE-HOST $remote_addr; } ``` 将 `.well-known` 排除在反代之外,这样,SSL续签就不受影响了。

does it support the multi sql block?