Merge d40a75917c19e9572e7948f99b2d284d5af4b025 into c4df89df1f11ef8cb26ab375d161f6c82e72d401

This commit is contained in:
moritzbeck13 2025-02-06 20:13:59 +08:00 committed by GitHub
commit 1b461a3ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ http {
client_max_body_size 2000m;
server_names_hash_bucket_size 1024;
proxy_http_version 1.1;
proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding "";