3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
uwsgi_python3 --http-socket :1611 --wsgi-file /opt/kjv-api/app.py --callable app --stats 127.0.0.1:9191
|