今天使用 Nginx + Django+UWSGI 部署机器时,一直出现 Debugging Apache/Django/WSGI Bad Bad Request (400) 错误,搞了半天,一直没搞出来,
最后发现问题是 新版Django的配置问题:
ALLOWED_HOSTS = [
'.example.com', # Allow domain and subdomains
'.example.com.', # Also allow FQDN and subdomains
]
分享给大家一下,域名一定要设置对啊