circumvent permission issues

This commit is contained in:
Tobias Brunner 2025-01-30 16:51:52 +01:00
parent c259aa11f7
commit 55099fd226
No known key found for this signature in database
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