unknown 5 년 전
부모
커밋
e196dadc1d
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      deployment/test.ini
  2. 1 1
      views.py

+ 1 - 2
deployment/test.ini

@@ -1,6 +1,5 @@
 [program:test]
-environment = CONFIG_NAME="qcloud"
-directory = /root/project/test/
+directory = /root/project/test/project/
 command = /usr/bin/gunicorn -c deployment/gunicorn.conf views:app
 stdout_logfile = /data/log/web/test.sup.log
 redirect_stderr = true

+ 1 - 1
views.py

@@ -10,4 +10,4 @@ def index():
 
 
 if __name__ == "__main__":
-    app.run(port=3389, debug=True)
+    app.run()