From 9fe6df581af802f1f6cc9bc1ba179eb50d3a101d Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Thu, 10 Mar 2022 08:51:14 +0100 Subject: [PATCH] Update start.sh --- deploy/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/start.sh b/deploy/start.sh index 95ff032..9390f6d 100644 --- a/deploy/start.sh +++ b/deploy/start.sh @@ -1,3 +1,3 @@ #!/usr/bin/env sh nginx -g "daemon off;" & -# uwsgi --ini deploy/uwsgi.ini +uwsgi --ini deploy/uwsgi.ini