logging, 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-01-31 14:53:04 +01:00
parent 845e4ec673
commit a9a8a36cb9
Signed by: wn
GPG Key ID: 836E9E1192A6B132
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ def get_database_entries():
if conn:
conn.close()
app = ProxyFix(app, x_for=1, x_host=1)
exposed_app = ProxyFix(app, x_for=1, x_host=1)

View File

@ -1,6 +1,6 @@
#!/bin/sh
gunicorn 'Run:app' --bind 0.0.0.0:8080 --log-level=debug --workers=4
gunicorn 'Run:exposed_app' --bind 0.0.0.0:8080 --log-level=debug --workers=4