Your IP : 216.73.216.52


Current Path : /var/lib/letsencrypt/backups/1690375780.434214/
Upload File :
Current File : /var/lib/letsencrypt/backups/1690375780.434214/magento.test.indacotrentino.com-le-ssl.conf_0

<IfModule mod_ssl.c>
<VirtualHost *:443>
        DocumentRoot /var/www/magento.test.indacotrentino.com/www
        ServerName magento.test.indacotrentino.com
        CustomLog /var/www/magento.test.indacotrentino.com/log/access.log common
        ErrorLog /var/www/magento.test.indacotrentino.com/log/error.log
#RewriteEngine on
#RewriteCond %{SERVER_NAME} =magento.test.indacotrentino.com
#RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

Header set Content-Security-Policy "frame-ancestors 'self';"
Header always set Referrer-Policy "strict-origin"
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"


SSLCertificateFile /etc/letsencrypt/live/magento.test.indacotrentino.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/magento.test.indacotrentino.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf

#DumpIOInput On
#DumpIOOutput On
#LogLevel dumpio:trace7

#Reccomendation
ProxyPass /recommendations/ http://127.0.0.1:6000/
ProxyPassReverse /recommendations/ http://127.0.0.1:6000/

#FidelityChain
ProxyPass /fidelitychain/ http://127.0.0.1:6033/
ProxyPassReverse /fidelitychain/ http://127.0.0.1:6033/


</VirtualHost>
</IfModule>