Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created May 9, 2012 20:00
Show Gist options
  • Save alejandrobernardis/2648390 to your computer and use it in GitHub Desktop.
Save alejandrobernardis/2648390 to your computer and use it in GitHub Desktop.
Plesk, Proxy
Include "/var/www/vhosts/domain.tld/conf/vhost.conf"
ProxyPass /static !
Alias /static /var/www/vhosts/domain.tld/httpdocs_python/apps/.../static
ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment