mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-30 18:56:20 +08:00
feat: 网站默认配置增加支持 CDN 真实 IP (#4874)
This commit is contained in:
parent
e676a632b9
commit
539b600d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ server {
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
|
||||||
|
|
||||||
access_log /www/sites/domain/log/access.log;
|
access_log /www/sites/domain/log/access.log main;
|
||||||
error_log /www/sites/domain/log/error.log;
|
error_log /www/sites/domain/log/error.log;
|
||||||
|
|
||||||
location ^~ /.well-known/acme-challenge {
|
location ^~ /.well-known/acme-challenge {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue