Your IP : 216.73.216.139


Current Path : /srv/web/sites/totemdigitalsignage.it/conf/
Upload File :
Current File : /srv/web/sites/totemdigitalsignage.it/conf/totemdigitalsignage.it.conf

<VirtualHost *:80>
        ServerName totemdigitalsignage.it
        Redirect "/" "https://totemdigitalsignage.it/"
</VirtualHost>





<IfModule mod_ssl.c>
<VirtualHost *:443>
        ServerName totemdigitalsignage.it
        DocumentRoot /srv/web/sites/totemdigitalsignage.it/httpdocs


        <Directory /srv/web/sites/totemdigitalsignage.it/httpdocs>
		Options Indexes FollowSymLinks
		AllowOverride All
 		Require all granted
        </Directory>


        DirectoryIndex index.php

        LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{cookie}n" vhostcombinedcookie

        CustomLog  /var/log/apache2/totemdigitalsignage.it.access.log combined
        ErrorLog  /var/log/apache2/totemdigitalsignage.it.error.log



        SSLCertificateFile /etc/letsencrypt/live/trentinoplant.it/cert.pem
        SSLCertificateKeyFile /etc/letsencrypt/live/trentinoplant.it/privkey.pem
        Include /etc/letsencrypt/options-ssl-apache.conf
        SSLCertificateChainFile /etc/letsencrypt/live/trentinoplant.it/chain.pem





</VirtualHost>
</IfModule>