diff options
Diffstat (limited to 'docker/app')
| -rw-r--r-- | docker/app/uwsgi.ini | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index 73014167..3f35258c 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -5,7 +5,7 @@ socket = :4000  ### File settings  # WSGI application -wsgi = pysite.wsgi:application +wsgi = pydis_site.wsgi:application  # Directory to move into at startup  chdir = /app @@ -18,8 +18,8 @@ cheaper = 1  workers = 4  # Automatically set up meanginful process names  auto-procname = true -# Prefix process names with `pysite : ` -procname-prefix-spaced = pysite : +# Prefix process names with `pydis_site : ` +procname-prefix-spaced = pydis_site :  ### Worker options  # Kill workers if they take more than 30 seconds to respond.  |