Skip to content

Instantly share code, notes, and snippets.

@Artuto
Created December 18, 2017 01:34
Show Gist options
  • Save Artuto/bdc0d109feceb32770d8ee4031a15f83 to your computer and use it in GitHub Desktop.
Save Artuto/bdc0d109feceb32770d8ee4031a15f83 to your computer and use it in GitHub Desktop.
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName endless.artuto.me
SSLEngine on
SSLProxyEngine on
SSLCertificateFile /home/artu/ssl/artuto.me.pem
SSLCertificateKeyFile /home/artu/ssl/artuto.me.key
ProxyPassMatch "^\/(.*)$" https://24.218.177.103:9025/$1
ProxyPass / https://24.218.177.103:9025
ProxyPassReverse / https://24.218.177.103:9025
</VirtualHost>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment