Update web_install.sh

This commit is contained in:
Ground-Zerro
2025-01-01 17:20:59 +11:00
parent b2f90fe690
commit fdc4968ba6

View File

@@ -69,7 +69,8 @@ After=network.target
User=www-data
Group=www-data
WorkingDirectory=$APP_DIR
ExecStart=$APP_DIR/venv/bin/gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app
ExecStart=$APP_DIR/venv/bin/gunicorn -w 4 -k uvicorn.workers.UvicornWorker --bind 127.0.0.1:5000 app:app
[Install]
WantedBy=multi-user.target