Merge 4d9c0c97a430ad43ee2a3723922d9153c7f39d13 into 5aeb99b856640ce98008dab253875292633d885a

This commit is contained in:
thor0215 2024-10-11 14:06:27 +08:00 committed by GitHub
commit f08039914f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ proxy_set_header Host $host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass $forward_scheme://$server:$port$request_uri;