[uwsgi] plugins = logfile http-socket = 0.0.0.0:5000 wsgi-file = pastebin.py callable = app touch-reload = pastebin.py touch-reload = config.cfg touch-reload = stackbin.wsgi.ini req-logger = file:log/req.log # to get strftime format fields, you need double percent signs logdate = "%%FT%%T" logger = file:log/stackbin.log # the init script uses a different pidfile owned by root. pidfile = stackbin.pid