uwsgi home changed

This commit is contained in:
hillerliao
2021-08-21 11:18:28 +08:00
parent cd9d646839
commit aecafcfccb

View File

@@ -11,8 +11,8 @@ chdir = /opt/RSSHub-python
# 在app加载前切换到当前目录 指定运行目录 # 在app加载前切换到当前目录 指定运行目录
wsgi-file = wsgi.py wsgi-file = wsgi.py
virtualenv = ~/.local/share/virtualenvs/RSSHub-python-ULe50Oof home = ~/.local/share/virtualenvs/RSSHub-python-ULe50Oof
pythonpath = /opt/RSSHub-python # pythonpath = /opt/RSSHub-python
#上面的pythonpath需要换成刚才你自己创建的应用的目录 #上面的pythonpath需要换成刚才你自己创建的应用的目录
# module = rsshub # module = rsshub
callable = app callable = app