Guest User

Untitled

a guest
Jul 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. server {
  2. listen 80;
  3. server_name script.domain.com;
  4.  
  5. location / {
  6. proxy_pass http://domain.com:6000;
  7. }
  8.  
  9. location /script/ {
  10. proxy_pass http://domain.com:6000/;
  11. }
Add Comment
Please, Sign In to add comment