Your IP : 216.73.216.14


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

<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

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

RewriteEngine on
RewriteCond %{SERVER_NAME} =pms.test.indacotrentino.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>