We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d47903 commit 0a9afffCopy full SHA for 0a9afff
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