Skip to content

Instantly share code, notes, and snippets.

@avances123
Created June 8, 2012 20:22
Show Gist options
  • Save avances123/2897959 to your computer and use it in GitHub Desktop.
Save avances123/2897959 to your computer and use it in GitHub Desktop.
server {
listen 80;
#server_name 176.34.231.101;
server_name truequing.dyndns.org;
access_log /home/produccion/truequing/logs/access.log;
error_log /home/produccion/truequing/logs/error.log;
location /media {
root /home/produccion/truequing/;
}
location /static {
root /home/produccion/truequing;
}
location / {
proxy_pass http://127.0.0.1:8000;
#proxy_pass http://176.34.231.101:29000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment