Skip to content

Instantly share code, notes, and snippets.

@e7h4n
Created December 16, 2013 07:43
Show Gist options
  • Select an option

  • Save e7h4n/7983597 to your computer and use it in GitHub Desktop.

Select an option

Save e7h4n/7983597 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name tarzan-dev.zhenguanyu.com;
location / {
root /Users/pw/workspace/tarzan-web;
autoindex on;
}
location /uni {
proxy_pass http://tarzan-uni-dev.zhenguanyu.com;
}
location /s/ {
proxy_pass http://tarzan-uni-dev.zhenguanyu.com;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment