This commit is contained in:
DarkCat09 2024-06-26 16:39:11 +04:00
parent d3c15bce86
commit eb6a4bde5b
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
8 changed files with 35 additions and 0 deletions

4
s/reverse Normal file
View file

@ -0,0 +1,4 @@
proxy_pass http://$upstream;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header Connection "";