diff --git a/workout-system/workout.yaml b/workout-system/workout.yaml index fa45f2e..f99995e 100644 --- a/workout-system/workout.yaml +++ b/workout-system/workout.yaml @@ -529,7 +529,7 @@ data: proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto; } } --- \ No newline at end of file