We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f36f6d + d745bf9 commit 24c43c3Copy full SHA for 24c43c3
apache/gitlab
@@ -24,6 +24,9 @@
24
SSLCertificateKeyFile /etc/apache2/ssl/server.key
25
#SSLCertificateChainFile /etc/apache2/ssl/cacert.pem
26
27
+ # Uncomment the following line to prevent redirects to http on https only vhosts
28
+ #RequestHeader set X-Forwarded-Proto "https"
29
+
30
ProxyPass / http://127.0.0.1:3000/
31
ProxyPassReverse / http://127.0.0.1:3000/
32
ProxyPreserveHost On
0 commit comments