mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-02 11:34:24 +08:00
feat: 解决创建网站报错的BUG
This commit is contained in:
parent
e7bf661eca
commit
b04c2385a1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ server {
|
|||
proxy_set_header X-Forwarded-Host $server_name;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;`
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue