diff options
author | jaseg <code@jaseg.net> | 2020-01-17 11:11:52 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-01-22 15:57:23 +0100 |
commit | 314d03748e938f62796313386bad52818e89a793 (patch) | |
tree | 73194017f52e239ea269f22b88a7a8315acdfdad /gerboweb/deploy/uwsgi-notification-proxy.ini | |
parent | 40ae8e829c5eedf56fc4a3183c40bf10a65b8797 (diff) | |
download | gerbolyze-314d03748e938f62796313386bad52818e89a793.tar.gz gerbolyze-314d03748e938f62796313386bad52818e89a793.tar.bz2 gerbolyze-314d03748e938f62796313386bad52818e89a793.zip |
deploy: add notification proxy
Diffstat (limited to 'gerboweb/deploy/uwsgi-notification-proxy.ini')
-rw-r--r-- | gerboweb/deploy/uwsgi-notification-proxy.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gerboweb/deploy/uwsgi-notification-proxy.ini b/gerboweb/deploy/uwsgi-notification-proxy.ini new file mode 100644 index 0000000..aab2b5a --- /dev/null +++ b/gerboweb/deploy/uwsgi-notification-proxy.ini @@ -0,0 +1,10 @@ +[uwsgi] +master = True +cheap = True +die-on-idle = False +manage-script-name = True +log-format = [pid: %(pid)|app: -|req: -/-] %(addr) (%(user)) {%(vars) vars in %(pktsize) bytes} [%(ctime)] %(method) [URI hidden] => generated %(rsize) bytes in %(msecs) msecs (%(proto) %(status)) %(headers) headers in %(hsize) bytes (%(switches) switches on core %(core)) +plugins = python3 +chdir = /var/lib/notification-proxy +mount = /=notification_proxy:app + |