Created
April 24, 2015 23:22
-
-
Save motorcityadam/0bab13b271c10aa026dd 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 80; | |
server_name localhost; | |
location / { | |
include uwsgi_params; | |
uwsgi_pass unix:/tmp/ap_admin.sock; | |
} | |
location /favicon.ico { | |
log_not_found off; | |
access_log off; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment