Sharp.Augeas/Sharp.Augeas.Test/root/etc/apache2/sites-enabled/01-git.codeliturgy.com.conf

20 lines
651 B
Plaintext

<VirtualHost 95.181.226.174:443>
ServerName git.codeliturgy.com
ServerAlias www.git.codeliturgy.com
SSLEngine on
SSLProxyEngine on
ProxyRequests Off
ProxyPreserveHost On
ProxyVia full
<proxy *>
Order deny,allow
Allow from all
</proxy>
AllowEncodedSlashes NoDecode
ProxyPass / https://localhost:3000/ nocanon
ProxyPassReverse / https://localhost:3000
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/git.codeliturgy.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/git.codeliturgy.com/privkey.pem
</VirtualHost>