添加正向代理
This commit is contained in:
parent
7501df4da8
commit
6d05cf0f8e
2
start
2
start
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
gunicorn -c yzk_wechat_event/gunicorn.conf.py yzk_wechat_event.wsgi:application &
|
gunicorn -c yzk_wechat_event/gunicorn.conf.py yzk_wechat_event.wsgi:application &
|
||||||
& echo '121.41.112.68 qyapi.weixin.qq.com' >> /etc/hosts
|
& echo '121.41.112.68 qyapi.weixin.qq.com' >> /etc/hosts &
|
||||||
tail -f logs/*.log
|
tail -f logs/*.log
|
||||||
|
|
Loading…
Reference in New Issue