Your IP : 216.73.216.189


Current Path : /etc/apache2/sites-enabled/
Upload File :
Current File : //etc/apache2/sites-enabled/pms.test.indacotrentino.com-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:443>


        DocumentRoot /var/www/pms.test.indaco.store/www
        ServerName pms.test.indacotrentino.com
        CustomLog /var/www/pms.test.indaco.store/log/access.log common
        ErrorLog /var/www/pms.test.indaco.store/log/error.log
<Directory /var/www/pms.test.indaco.store/www>
Options FollowSymLinks MultiViews
        AllowOverride All
        Require all granted
</Directory>
	ProxyPass /rest http://127.0.0.1:3000/rest
	ProxyPassReverse /rest http://127.0.0.1:3000/rest

	ProxyPass /backend http://127.0.0.1:3000/backend
	ProxyPassReverse /backend http://127.0.0.1:3000/backend

	ProxyPass /logistic-backend http://127.0.0.1:3005/logistic-backend
	ProxyPassReverse /logistic-backend http://127.0.0.1:3005/logistic-backend

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

SSLCertificateFile /etc/letsencrypt/live/pms.test.indacotrentino.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/pms.test.indacotrentino.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>