circumvent permission issues

This commit is contained in:
Tobias Brunner 2025-01-30 16:51:52 +01:00
parent c259aa11f7
commit 55099fd226
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
2 changed files with 4 additions and 5 deletions

View file

@ -29,7 +29,7 @@
# Proxy all other requests to Gunicorn
handle {
reverse_proxy unix//run/gunicorn.sock
reverse_proxy unix//app/run/gunicorn.sock
}
respond /healthz "OK" 200