From c364901df2ef04553fc7508c31446ad14ac93737 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 14 Feb 2022 22:49:17 -0500 Subject: r-proxy support with /set endpoint, and extra dir The extra dir is still WIP --- stackbin.wsgi.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stackbin.wsgi.ini') diff --git a/stackbin.wsgi.ini b/stackbin.wsgi.ini index cf35ffb..1ad33c0 100644 --- a/stackbin.wsgi.ini +++ b/stackbin.wsgi.ini @@ -1,9 +1,9 @@ [uwsgi] # CentOS 7 uwsgi needs "python36" added to this list. plugins = logfile, python36 -# Devuan does not. +# Devuan Ceres does not. #plugins = logfile -http-socket = 0.0.0.0:5000 +http-socket = 127.0.0.1:4680 wsgi-file = stackbin.py callable = app touch-reload = stackbin.py -- cgit