Small fixes in vhost

This commit is contained in:
Salt 2020-04-30 07:38:06 -05:00
parent 30041d16e1
commit 0ce93e0391

View File

@ -3,6 +3,8 @@
# Accept connections from non-SNI clients
SSLStrictSNIVHostCheck off
# Need this for SSL proxying, apparently
SSLProxyEngine on
# Website configuration
<VirtualHost *:80>
@ -23,7 +25,7 @@ SSLStrictSNIVHostCheck off
</Directory>
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / https://127.0.0.1:3000/ nocanon
ProxyPass / http://127.0.0.1:3000/ nocanon retry=1
ProxyPassReverse / https://127.0.0.1:3000/
RequestHeader set X_FORWARDED_PROTO 'https'