Noggin: set the script_name env var

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-08-31 17:46:23 +02:00
parent fede1317e7
commit 4fa318d86c
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -69,6 +69,8 @@ spec:
value: "deploy.wsgi"
- name: APP_CONFIG
value: "/etc/noggin/gunicorn.conf.py"
- name: SCRIPT_NAME
value: "/accounts"
readinessProbe:
timeoutSeconds: 10
initialDelaySeconds: 5