diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/app/uwsgi.ini | 6 | ||||
-rw-r--r-- | docker/pysite.dockerapp | 2 |
2 files changed, 4 insertions, 4 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. diff --git a/docker/pysite.dockerapp b/docker/pysite.dockerapp index dc472b2e..738fcfdd 100644 --- a/docker/pysite.dockerapp +++ b/docker/pysite.dockerapp @@ -1,5 +1,5 @@ version: 0.3.0 -name: pysite +name: pydis_site description: | Our community website, built on Django and PostgreSQL. namespace: python-discord |