mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
fix limirating being fucked up because of being behind a reverse proxy ... workaround the issue by forwarding directly to the IP/port from the front instead of having an extra nginx along the way
This commit is contained in:
parent
72254665a6
commit
b672660453
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ command = "/var/www/dynette/venv/bin/gunicorn"
|
|||
pythonpath = "/var/www/dynette"
|
||||
workers = 4
|
||||
user = "dynette"
|
||||
bind = "unix:/var/www/dynette/sock"
|
||||
bind = ['0.0.0.0:9876']
|
||||
pid = "/run/gunicorn/dynette-pid"
|
||||
errorlog = "/var/log/dynette/error.log"
|
||||
accesslog = "/var/log/dynette/access.log"
|
||||
|
|
Loading…
Reference in a new issue