uwsgi icon indicating copy to clipboard operation
uwsgi copied to clipboard

unknown config directive: user

Open DaniilSezonov opened this issue 4 years ago • 4 comments

Sorry, but I saw the new issues that look like my case and thinking that i must create my own issue. I'm probably wrong. But maybe it is a real problem.

uwsgi.ini

chdir               = /var/www/html/
module              = configuration.wsgi:application
processes           = 4
socket              = /var/run/uwsgi/app.sock
chmod-socket        = 777
buffer-size         = 65535
strict              = true
master              = true
enable-threads      = true
vacuum              = true
single-interpreter  = true
die-on-term         = true
need-app            = true
disable-logging     = true
log-4xx             = true
log-5xx             = true
harakiri            = 60
max-requests        = 1000
max-worker-lifetime = 3600
reload-on-rss       = 2048
worker-reload-mercy = 60
cheaper-algo        = busyness
processes           = 128
cheaper             = 8

DaniilSezonov avatar Jan 15 '21 16:01 DaniilSezonov