Nginx notes - robbiehume/CS-Notes GitHub Wiki

General notes

  • Setting debug level can be helpful when troubleshooting: error_log /var/log/nginx/error.log debug; (usually in nginx.conf)
  • 400 Bad Request, The SSL certificate error' (and 'uninitialized variable while logging request'?) might be due to ssl_verify_depth not being set

How to do specific things