mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 07:26:51 +00:00
uncomment the venv path
This commit is contained in:
@@ -11,7 +11,7 @@ chdir = /opt/RSSHub-python
|
||||
# 在app加载前切换到当前目录, 指定运行目录
|
||||
|
||||
wsgi-file = wsgi.py
|
||||
virtualenv = ~/.local/share/virtualenvs/RSSHub-python-e4f4sLQi
|
||||
virtualenv = #[注意填写虚拟环境的位置]
|
||||
# pythonpath = /opt/RSSHub-python
|
||||
#上面的pythonpath需要换成刚才你自己创建的应用的目录
|
||||
# module = rsshub
|
||||
@@ -29,4 +29,4 @@ lazy-apps=true
|
||||
# 在每个worker而不是master中加载应用
|
||||
|
||||
vacuum = true
|
||||
# 当服务退出的时候自动删除unix socket文件和pid文件。
|
||||
# 当服务退出的时候自动删除unix socket文件和pid文件。
|
||||
|
||||
Reference in New Issue
Block a user