Created
May 9, 2012 20:00
-
-
Save alejandrobernardis/2648390 to your computer and use it in GitHub Desktop.
Plesk, Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Include "/var/www/vhosts/domain.tld/conf/vhost.conf" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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