Sharp.Augeas/CodeLiturgy.Augeas/root/etc/apache2/sites-enabled/00-ci.codeliturgy.com-le-ss...

29 lines
912 B
Plaintext
Raw Normal View History

2022-11-04 20:09:06 +03:00
<IfModule mod_ssl.c>
<VirtualHost 91.218.230.167:443>
ServerName www.ci.codeliturgy.com
ServerAlias ci.codeliturgy.com
#SSLEngine on
#SSLProxyEngine on
#SSLProxyVerify none
#SSLProxyCheckPeerCN off
#SSLProxyCheckPeerName off
#SSLProxyCheckPeerExpire off
ServerAdmin admin@codeliturgy.com
ProxyRequests Off
ProxyPreserveHost On
AllowEncodedSlashes NoDecode
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://127.0.0.1:8080/ nocanon
ProxyPassReverse / https://127.0.0.1:8080/
#RequestHeader set X-Forwarded-Proto "https"
#RequestHeader set X-Forwarded-Port "443"
SSLCertificateFile /etc/letsencrypt/live/ci.codeliturgy.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ci.codeliturgy.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>