wger: updated auth proxy header branch

This commit is contained in:
eyjhb 2025-04-19 15:14:01 +02:00
parent 6fedaed0f9
commit 076d676c41
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 38 additions and 15 deletions

View file

@ -220,7 +220,7 @@ in
# run server
# ${cfg.package}/bin/wger start -s ${settingsFile}
PYTHONPATH="${pythonEnv}/${pkgs.python3.sitePackages}:${settingsFileDir}" ${pythonEnv}/bin/gunicorn wger.wsgi:application --reload --bind ${cfg.address}:${builtins.toString cfg.port}
PYTHONPATH="${pythonEnv}/${pkgs.python3.sitePackages}:${settingsFileDir}" ${pythonEnv}/bin/gunicorn wger.wsgi:application --bind ${cfg.address}:${builtins.toString cfg.port}
'';
serviceConfig = {