Try that too

This commit is contained in:
decentral1se 2021-06-11 19:18:08 +02:00
parent 55597da9e7
commit 8a14247abf
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ http {
proxy_set_header Connection $connection_upgrade;
proxy_redirect off;
proxy_buffering off;
include proxy_params;
proxy_pass http://backend;
}
}