mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-01-10 23:18:13 -05:00
Add https only request header option
Adds optional RequestHeader X-Forwarded-Proto "https" for SSL only vhosts to prevent redirects to http:// urls
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
SSLCertificateKeyFile /etc/apache2/ssl/server.key
|
||||
#SSLCertificateChainFile /etc/apache2/ssl/cacert.pem
|
||||
|
||||
# Uncomment the following line to prevent redirects to http on https only vhosts
|
||||
#RequestHeader set X-Forwarded-Proto "https"
|
||||
|
||||
ProxyPass / http://127.0.0.1:3000/
|
||||
ProxyPassReverse / http://127.0.0.1:3000/
|
||||
ProxyPreserveHost On
|
||||
|
||||
Reference in New Issue
Block a user