fix: duplicate nginx flag

This commit is contained in:
Constantin Gierczak--Galle 2024-11-03 17:01:23 +01:00
parent 9a7a745cd6
commit 02eacb37e5
No known key found for this signature in database

View file

@ -49,7 +49,6 @@
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_buffering off; proxy_buffering off;
proxy_http_version 1.1;
''; '';
}; };
}; };