Created
November 17, 2014 02:21
-
-
Save minostro/ef88ce4e932e3529a89c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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