From 15e04d54dc0e72ccdf5e35acacb430435303c365 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Thu, 12 Mar 2026 15:58:35 +0000 Subject: [PATCH] setup.sh aktualisiert --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4cc0013..7f18e6f 100644 --- a/setup.sh +++ b/setup.sh @@ -233,7 +233,7 @@ After=network.target User=$USER WorkingDirectory=$INSTALL_DIR Environment=\"PYTHONPATH=$INSTALL_DIR/source\" -ExecStart=$INSTALL_DIR/venv/bin/python -m uvicorn source.main:app --host 0.0.0.0 --port 8000 +ExecStart=$INSTALL_DIR/venv/bin/python -m uvicorn source.main:app --host 0.0.0.0 --port 8000 --proxy-headers Restart=always RestartSec=5