hahah acks

This commit is contained in:
nora 2022-09-10 22:38:12 +02:00
parent b40379fc1c
commit 7a65352614

View file

@ -87,6 +87,9 @@ http {
proxy_http_version 1.1;
chunked_transfer_encoding off;
proxy_buffering off;
proxy_cache off;
proxy_pass_request_headers on;
proxy_pass http://hugo-chat-backend:8080/;