%PDF- %PDF-
| Direktori : /etc/apache2/sites-available/ |
| Current File : //etc/apache2/sites-available/patrocinadores.ongrace.com-le-ssl.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName patrocinadores.ongrace.com
ProxyPreserveHost On
ProxyPass / http://10.11.7.204:3003/
ProxyPassReverse / http://10.11.7.204:3003/
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
SSLCertificateFile /etc/letsencrypt/live/patrocinadores.ongrace.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/patrocinadores.ongrace.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>