uwsgi.ini 322 B

12345678910
  1. [uwsgi]
  2. socket = /tmp/uwsgi.sock
  3. chown-socket = nginx:nginx
  4. chmod-socket = 664
  5. # Graceful shutdown on SIGTERM, see https://github.com/unbit/uwsgi/issues/849#issuecomment-118869386
  6. hook-master-start = unix_signal:15 gracefully_kill_them_all
  7. need-app = true
  8. die-on-term = true
  9. # For debugging and testing
  10. show-config = true