diff --git a/api/deploy/start.sh b/api/deploy/start.sh index 77fb780..db51705 100644 --- a/api/deploy/start.sh +++ b/api/deploy/start.sh @@ -1,3 +1,4 @@ #!/usr/bin/env sh + nginx -g "daemon off;" & uwsgi --ini deploy/uwsgi.ini \ No newline at end of file diff --git a/frontend/deploy/nginx.conf b/frontend/deploy/nginx.conf index d8a200f..f1595bf 100644 --- a/frontend/deploy/nginx.conf +++ b/frontend/deploy/nginx.conf @@ -23,7 +23,6 @@ http { gzip_proxied any; gzip_types - ## text/html is always compressed : https://nginx.org/en/docs/http/ngx_http_gzip_module.html text/plain text/css text/javascript diff --git a/telegram_bot/deploy/start.sh b/telegram_bot/deploy/start.sh index 4ee7078..232326f 100644 --- a/telegram_bot/deploy/start.sh +++ b/telegram_bot/deploy/start.sh @@ -1,2 +1,3 @@ #!/usr/bin/env sh + python bot.py \ No newline at end of file