aboutsummaryrefslogtreecommitdiff
path: root/gerboweb/deploy/uwsgi-dyndns.ini
diff options
context:
space:
mode:
Diffstat (limited to 'gerboweb/deploy/uwsgi-dyndns.ini')
-rw-r--r--gerboweb/deploy/uwsgi-dyndns.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/gerboweb/deploy/uwsgi-dyndns.ini b/gerboweb/deploy/uwsgi-dyndns.ini
new file mode 100644
index 0000000..b62e2af
--- /dev/null
+++ b/gerboweb/deploy/uwsgi-dyndns.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/dyndns
+mount = /=dyndns:app
+