Skip to content

Instantly share code, notes, and snippets.

@minostro
Created November 17, 2014 02:21
Show Gist options
  • Save minostro/ef88ce4e932e3529a89c to your computer and use it in GitHub Desktop.
Save minostro/ef88ce4e932e3529a89c to your computer and use it in GitHub Desktop.
server {
listen 17743;
server_name axion.webfactional.com;
location / {
proxy_pass http://127.0.0.1:13459;
}
location /static/ {
root /home/axion/webapps/taxicab_fees/current/;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment