Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save josefglatz/1b21b6c9014504cc91a0eac778cb65e7 to your computer and use it in GitHub Desktop.
Save josefglatz/1b21b6c9014504cc91a0eac778cb65e7 to your computer and use it in GitHub Desktop.
Notes about running Redmine behind HTTPS Reverse Proxy on a Synology NAS
Header Name Value
X-Real-IP $remote_addr
X-Forwarded-For $proxy_add_x_forwarded_for
Host $http_host
X-Forward-Proto $scheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment