Skip to content

Instantly share code, notes, and snippets.

@motorcityadam
Created April 24, 2015 23:22
Show Gist options
  • Save motorcityadam/0bab13b271c10aa026dd to your computer and use it in GitHub Desktop.
Save motorcityadam/0bab13b271c10aa026dd to your computer and use it in GitHub Desktop.
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