je tente des truc mais on a jamais été si proche

This commit is contained in:
piair
2023-10-03 12:01:59 +02:00
parent 26faab4133
commit 29fce1215d
5 changed files with 19 additions and 15 deletions

View File

@ -44,6 +44,8 @@ server {
proxy_set_header X-Forwarded-For \$remote_addr;
proxy_set_header Host \$http_host;
proxy_pass "http://127.0.0.1:6666";
chunked_transfer_encoding off;
proxy_buffering off;
}
}