-
Published Question
I'm serving my Django Channels app using only Daphne (ASGI) and Nginx as a proxy for my Django app to begin with.
Daphne is running on 127.0.0.1:8001.
However, I am running into a 403 Forbidden error.
```
2019/03/06 1...
2
•
•
By
banshee
Nginx
Django
Ubuntu 16.04
-
Published Question
I've managed to get rid of the 301 redirect error on my http domain name by removing this line from my nginx config file
```
return 301 https://$servername$requesturi;
```
When I run
curl -I -L http://myapp.com/
I g...
2
•
•
By
banshee
Nginx
Let's Encrypt
Ubuntu 16.04
-
Published Question
I'm running a Django Channels app on DigitalOcean, Ubuntu 16.04 using Daphne and Nginx. I'm trying to make this as simple as possible right now, I just want to be able to go to my domain name and see my app being serv...
1
•
•
By
banshee
Nginx
Django
Ubuntu 16.04
-
Published Answer
I wish someone would answer this I have the same problem!
•
By
banshee
-
Published Question
I'm trying to traceback through the errors to find the core problem as to why my domain is displaying a 502 bad Gateway error.
I'm running a Django app using Python3+ on Digital Ocean Ubuntu 16.04 using Nginx and supe...
1
•
•
By
banshee
Nginx
Django
Ubuntu 16.04