Skip to content

Instantly share code, notes, and snippets.

@gzxultra
Last active September 13, 2017 04:38
Show Gist options
  • Save gzxultra/405e00a144f4d8e20faa141b9901ed1a to your computer and use it in GitHub Desktop.
Save gzxultra/405e00a144f4d8e20faa141b9901ed1a to your computer and use it in GitHub Desktop.
sample_nginx
```conf
server {
listen 80;
server_name
venice-d2.xiachufang.com;
location / {
proxy_pass http://hazelnut:10080;
include proxy_params;
}
set $root_xcf /home/venice/projects/venice;
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment