Re: 400 error, nginx debug log confusion, Django app

2018-05-11 Thread Tom Tanner
I ran `sudo reboot` and `sudo service nginx configtest && sudo service nginx restart`. Now the site loads just fine. I don't know which of those two commands did it. On Friday, May 11, 2018 at 12:22:11 PM UTC-4, Tom Tanner wrote: > > Note: `mydomain.com` is not my real domain name. > > When I go

400 error, nginx debug log confusion, Django app

2018-05-11 Thread Tom Tanner
Note: `mydomain.com` is not my real domain name. When I go to `test.mydomain.com`, I get a page that just says `Bad Request (400)`. I'm running a Django app located at `/home/django/product_blog`. Here are the contents of my nginx file at `/etc/nginx/sites-available/BRBR2`. server {