mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
aa
This commit is contained in:
parent
6a685309cb
commit
92c4818317
2 changed files with 5 additions and 1 deletions
|
|
@ -83,6 +83,10 @@ http {
|
|||
return 204;
|
||||
}
|
||||
|
||||
proxy_set_header Connection '';
|
||||
proxy_http_version 1.1;
|
||||
chunked_transfer_encoding off;
|
||||
|
||||
proxy_pass_request_headers on;
|
||||
proxy_pass http://hugo-chat-backend:8080/;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue