%PDF- %PDF-
| Direktori : /etc/apache2/sites-enabled/ |
| Current File : //etc/apache2/sites-enabled/patrocinadores.ongrace.com.conf |
<VirtualHost *:80>
ServerName patrocinadores.ongrace.com
ProxyPreserveHost On
ProxyPass / http://10.11.7.204:3003/
ProxyPassReverse / http://10.11.7.204:3003/
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =patrocinadores.ongrace.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>