You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm in situation to put docker services behind a custom nginx frontend.
This frontend will set the correct X-Forwarded-For header, but it's override by the nginx inside the docker image here.
Hello, I'm in situation to put docker services behind a custom nginx frontend.
This frontend will set the correct
X-Forwarded-For
header, but it's override by the nginx inside the docker image here.Could you please replace that line with:
This will prevent the existing
X-Forwarded-For
from being changed, and set it to $remote_addr if not exist.The text was updated successfully, but these errors were encountered: