Final install.sh touches

This commit is contained in:
2024-11-22 20:06:33 -08:00
parent 5553865197
commit dd01f7e5fa
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
cd /opt/kjv-api
uwsgi_python312 --http-socket :1611 --wsgi-file /opt/kjv-api/app.py --callable app --stats 127.0.0.1:9191
uwsgi_python3 --http-socket :1611 --wsgi-file /opt/kjv-api/app.py --callable app --stats 127.0.0.1:9191