%PDF- %PDF-
| Direktori : /etc/apache2/sites-enabled/ |
| Current File : //etc/apache2/sites-enabled/telemetria.stb.ind.br.conf |
<VirtualHost *:80>
ServerName telemetria.stb.ind.br
# ProxyPreserveHost On
# ip antes da mudança de tecnologia do link Vivavox, 01/10/24
# ProxyPass / http://138.94.54.62:8000/
# ProxyPassReverse / http://138.94.54.62:8000/
# ip/conf que funcionava ate 07/10/24
# ProxyPass / http://138.94.52.5:8000/login
# ProxyPassReverse / http://138.94.52.5:8000/login
# ProxyPass / http://138.94.52.5
# ProxyPassReverse / http://138.94.52.5
#
# ProxyRequests Off
# ProxyPreserveHost On
# ProxyVia Full
#
#<Proxy *>
# Require all granted
#</Proxy>
#
# ProxyPass / http://138.94.52.5:8000/login
# ProxyPassReverse / http://138.94.52.5:8000/login
#
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
#RewriteEngine on
#RewriteCond %{SERVER_NAME} =telemetria.stb.ind.br
#RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Redirect permanent / http://138.94.52.5/
#
# https://stackoverflow.com/questions/69609078/apache-reverse-proxy-to-node-connection-refused-ah00957
</VirtualHost>