diff options
author | 2019-04-05 18:24:32 +0100 | |
---|---|---|
committer | 2019-04-05 18:24:32 +0100 | |
commit | ab8b798547e82ca79882ba28b1920077c803425f (patch) | |
tree | b28a9005d05dfd2c9da62351671bf2aa6e37f7dc /docker | |
parent | [#158 #160] Automatically run collectstatic in containers/setup script (diff) |
pysite -> pydis_site
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 |