Advertisement
aka40

vhost

Feb 1st, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. location @backend {
  2. internal;
  3. proxy_pass http://199.xxx.xxx.xx:8081;
  4. include proxy.inc;
  5. }
  6. location ~ .*\.(php|jsp|cgi|pl|py)?$ {
  7. proxy_pass http://199.xxx.xxx.xx:8081;
  8. include proxy.inc;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement