Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created February 17, 2009 18:44
Show Gist options
  • Save jpemberthy/65891 to your computer and use it in GitHub Desktop.
Save jpemberthy/65891 to your computer and use it in GitHub Desktop.
upstream acoplet {
server 127.0.0.1:8000;
}
server {
listen 80;
server_name 127.0.0.1 live;
access_log /home/acoplet/www/acoplet/current/log/thin.log;
root /home/acoplet/www/acoplet/current/;
error_log /home/acoplet/www/acoplet/current/log/error.log;
location / {
proxy_pass http://acoplet;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment