mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-08-11 20:15:40 +08:00
修复通过自动部署脚本部署之后,无法正常打开的问题
uwsgi.ini和uwsgiserver中的配置修改成通过脚本变量自动替换。 如果是手动安装的,自行修改配置即可,相信能手动部署的也是有一定Linux基础的同学。
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# processname: uwsgiserver
|
||||
|
||||
INI="PWD_SELF_SERVICE_HOME/uwsgi.ini"
|
||||
UWSGI="/usr/share/python-3.6.9/bin/uwsgi"
|
||||
UWSGI="PYTHON_INSTALL_DIR/bin/uwsgi"
|
||||
PSID="ps aux | grep "uwsgi"| grep -v "grep" | wc -l"
|
||||
|
||||
if [ ! -n "$1" ]
|
||||
|
Reference in New Issue
Block a user