Skip to content

Commit

Permalink
Merge pull request #1 from ufal/casestudy-1
Browse files Browse the repository at this point in the history
Update README.md and proxy_params
  • Loading branch information
kosarko authored May 28, 2024
2 parents f62d80c + 53736a6 commit 19d78a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ $cat shibboleth/overrides/etc/shibboleth/metadata-providers.xml
</MetadataProviders>
```
configures 2 metadata sources

# Case study - local testing

see https://github.com/ufal/dockerized-nginx-with-shibboleth/wiki/casestudy
3 changes: 2 additions & 1 deletion nginx/conf/proxy_params
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ proxy_set_header Accept-Encoding ""; # Optimize encoding
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 $scheme;
proxy_set_header X-Forwarded-Port $server_port;

0 comments on commit 19d78a3

Please sign in to comment.