Your IP : 216.73.216.14


Current Path : /var/lib/letsencrypt/backups/1683536826.1290035/
Upload File :
Current File : /var/lib/letsencrypt/backups/1683536826.1290035/pms.test.indacotrentino.com.conf_0

<VirtualHost *:80>


        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 Indexes 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

</VirtualHost>