This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Corrigo nginx.conf para que sea incluible
main
Celestino Rey
10 months ago
parent
c79f1426a0
commit
bd9c81630c
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
}
}
Write
Preview
Loading…
Cancel
Save