Sharp.Augeas/Sharp.Augeas.Test/root/etc/apache2/sites-available/00-ci.codeliturgy.com-le-ss...

29 lines
881 B
Plaintext
Raw Normal View History

2022-11-04 20:09:06 +03:00
<IfModule mod_ssl.c>
<VirtualHost 91.218.230.167:443>
2022-11-12 21:03:16 +03:00
ServerName www.example.com
ServerAlias example.com
2022-11-04 20:09:06 +03:00
#SSLEngine on
#SSLProxyEngine on
#SSLProxyVerify none
#SSLProxyCheckPeerCN off
#SSLProxyCheckPeerName off
#SSLProxyCheckPeerExpire off
2022-11-12 21:03:16 +03:00
ServerAdmin admin@example2.com
2022-11-04 20:09:06 +03:00
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"
2022-11-12 21:03:16 +03:00
SSLCertificateFile /etc/letsencrypt/live/example.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
2022-11-04 20:09:06 +03:00
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>