diff --git a/script/uwsgi_server b/script/uwsgi_server new file mode 100755 index 00000000..e9633892 --- /dev/null +++ b/script/uwsgi_server @@ -0,0 +1,8 @@ +#!/bin/bash + +# script/uwsgi_server: Launch the UWSGI server + +source "$(dirname "${0}")"/../script/include/global_header.inc.sh + +# Launch UWSGI +run_command "uwsgi --ini ${UWSGI_CONFIG_FULLPATH}"