Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- upstream django {
- server localhost:9001;
- #server http://ec2-3-85-171-255.compute-1.amazonaws.com:9001/;
- }
- server {
- listen 80;
- location / {
- proxy_pass http://django;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement