Skip to content

Commit

Permalink
Merge pull request #103 from maykinmedia/issue/dimpact-68-http-link
Browse files Browse the repository at this point in the history
Modify openinwoner configmap-nginx to use https for x-forwarded-proto
  • Loading branch information
sjoerdie authored Apr 17, 2024
2 parents 6e95bcc + 966e8a4 commit 172e492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openinwoner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openinwoner
description: Platform voor gemeenten en overheden om producten inzichtelijker en toegankelijker te maken voor inwoners.

type: application
version: 1.2.1
version: 1.2.2
appVersion: "1.13.1"

dependencies:
Expand Down
1 change: 0 additions & 1 deletion charts/openinwoner/templates/configmap-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ data:
proxy: |
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-Host $server_name;
proxy_set_header X-Scheme $scheme;
proxy_connect_timeout 300s;
Expand Down

0 comments on commit 172e492

Please sign in to comment.