Files
pthelper/conf.json
2022-05-23 14:08:49 +08:00

1 line
585 B
JSON

{"settings":{"http":{"header_read_timeout":30,"body_read_timeout":30,"send_timeout":30,"idle_timeout":180,"max_body_size":10485760,"static":{"mime_types":{"text/plain":[".log","README","CHANGES"]}},"discard_unsafe_fields":false}},"listeners":{"*:80":{"pass":"routes"}},"routes":[{"match":{"uri":"/static/*"},"action":{"share":"/home/data/www$uri"}},{"action":{"pass":"applications/pthelper"}}],"applications":{"pthelper":{"type":"python 3","protocol":"wsgi","path":"/home/data/www/","processes":2,"module":"pthelper.wsgi","environment":{"DJANGO_SETTINGS_MODULE":"pthelper.settings"}}}}