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