Skip to content

Commit

Permalink
add back upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed May 26, 2024
1 parent b305ff6 commit 21f5ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sites-enabled/air_conditioning.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ server {
proxy_set_header X-Real-IP $http_CF_Connecting_IP;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_cache_bypass $http_upgrade;
proxy_buffering off;

Expand Down

0 comments on commit 21f5ac4

Please sign in to comment.