From 8c17feafc712ddd629ba6d2bc4b5a94d2a064421 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 8 Nov 2020 14:49:49 +0100 Subject: [PATCH] Move run-prod.sh to use prod.ini. --- run-prod.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-prod.sh b/run-prod.sh index 20a7be3..a504950 100755 --- a/run-prod.sh +++ b/run-prod.sh @@ -13,4 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -uwsgi --socket 0.0.0.0:5000 --protocol=http --module 'app:create_app()' +#uwsgi --socket 0.0.0.0:5000 --protocol=http --module 'app:create_app()' +uwsgi prod.ini