-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Labels
🐱 DefectStatus-ObsoleteIssue has been obsoleted by code changes or become irrelevant or staleIssue has been obsoleted by code changes or become irrelevant or staleTopic: RevProxyIssues related to reverse HTTP/S proxyingIssues related to reverse HTTP/S proxying
Milestone

Description
I'm running gitblit behind a nginx webserver. Nginx does https while the request to giblit is always made via http. I'm setting the following headers for the proxy request:
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
This works for almost all resources except the clippy.swf which is always loaded over http.
Edit:
The graph in the summary page is also always loaded over http.
Metadata
Metadata
Assignees
Labels
🐱 DefectStatus-ObsoleteIssue has been obsoleted by code changes or become irrelevant or staleIssue has been obsoleted by code changes or become irrelevant or staleTopic: RevProxyIssues related to reverse HTTP/S proxyingIssues related to reverse HTTP/S proxying