This commit is contained in:
lesion 2022-09-21 11:40:30 +02:00
parent cb1213e935
commit cadb5a1222
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -30,7 +30,7 @@ server {
location @proxy {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://127.0.0.1:13120;
}
}