| Current Path : /var/www/pms.test.indaco.store/conf/ |
| Current File : /var/www/pms.test.indaco.store/conf/pms.test.indaco.store.conf.save |
<VirtualHost *:80>
DocumentRoot /var/www/pms.test.indaco.store/www
ServerName pms.test.indaco.store
CustomLog /var/www/pms.test.indaco.store/log/access.log common
ErrorLog /var/www/pms.test.indaco.store/log/error.log
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
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
</VirtualHost>