Update nginx conf to add custom docker ip range and allow it to be set by env variable #122
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://leantime.itkdev.dk/dashboard/home?tab=ticketdetails#/tickets/showTicket/4868
192.168.38.0/23range forset_real_ip_fromset_real_ip_from ${NGINX_SET_REAL_IP_FROM:-192.168.39.0/24}to allow for configurabilityHave testet on a STG server. Removing
set_real_ip_fromfrom thehttpblock and only having it in the ´server` block doesn't change the behavior. The correct client IP is still logged for requests.Bonus:
disableDashboardAd: trueshould work (@see https://doc.traefik.io/traefik/reference/install-configuration/api-dashboard/#configuration-options)