Browse Source

Corrigo nginx.conf para que sea incluible

main
Celestino Rey 10 months ago
parent
commit
bd9c81630c
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      nginx/nginx.conf

+ 0
- 5
nginx/nginx.conf View File

@ -1,7 +1,3 @@
events {
}
http {
upstream django_project {
server localhost:8000;
}
@ -34,4 +30,3 @@ http {
root /usr/share/nginx/html;
}
}
}

Loading…
Cancel
Save