X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fapp.ini;h=7ad49e2ef0b770517c7ba898331c84bb45070976;hb=90e7db16a6652847489be214372cadb2b882c61b;hp=b42f63dc4b9da9b9c359d1725d82a50ab45ea7d6;hpb=d6a60b5043c6f7c3dfc45853feb68d0aca5a4a5f;p=csit.git diff --git a/csit.infra.dash/app/app.ini b/csit.infra.dash/app/app.ini index b42f63dc4b..7ad49e2ef0 100644 --- a/csit.infra.dash/app/app.ini +++ b/csit.infra.dash/app/app.ini @@ -1,19 +1,29 @@ [uwsgi] -ini = :pal +ini = :cdash py-autoreload = 0 +static-index = index.html +static-map = /cdocs/=/var/app/current/cdocs/ + +[cdash] +strict = true +master = true +enable-threads = true +single-interpreter = true -[pal] module = wsgi:app master-fifo = /tmp/masterfifo lazy = True -lazy-apps = True +lazy-apps = true touch-chain-reload listen = 128 - -workers = 2 -plugin = python3 - -master = true http-socket = :5000 socket = /tmp/app.sock chmod-socket = 666 + +disable-logging = true +log-4xx = true +log-5xx = true + +workers = 1 +threads = 8 +plugin = python3