mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Update backend-nginx.conf
This commit is contained in:
parent
be7f9ce777
commit
d63682b118
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ server {
|
|||
|
||||
location / {
|
||||
proxy_pass http://localhost:7100;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue