Skip to content

Instantly share code, notes, and snippets.

@nelsondspy
Created November 21, 2018 15:30
Show Gist options
  • Save nelsondspy/06e27accf896fe16d5853edcec239114 to your computer and use it in GitHub Desktop.
Save nelsondspy/06e27accf896fe16d5853edcec239114 to your computer and use it in GitHub Desktop.
006-asuparticipa.conf
<VirtualHost *:80>
ServerName asuparticipa.censo.cds.com.py
DocumentRoot /var/www/asuparticipa
#ProxyPreserveHost On
RewriteEngine On
ProxyPassMatch / http://51.15.15.75:8080
ProxyPassReverse / http://51.15.15.75:8080
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment