Update default.conf

This commit is contained in:
Mikhail 2024-06-09 16:55:24 +00:00
parent 9201a77b14
commit 7e1ccf16a7

@ -175,6 +175,10 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Client-Port $remote_port;
proxy_set_header Origin $host;
proxy_http_version 1.1;
chunked_transfer_encoding off;
proxy_buffering off;
proxy_cache off;
proxy_pass http://10.8.0.6:8066/;
}