app.ini 333 B

123456789101112131415
  1. [uwsgi]
  2. http = 0.0.0.0:9008
  3. chdir = /root/桌面/ipfcst-forecast-solar3-tf2/
  4. wsgi-file = app_uwsgi.py
  5. callable = app
  6. processes = 1
  7. threads = 1
  8. # stats = 127.0.0.1:9191
  9. # pidfile = uwsgi.pid
  10. # master = true
  11. # daemonize = ./log/uwsgi.log
  12. # lazy-apps = true
  13. # master-fifo = /opt/mt-search/web-service/mfifo
  14. # touch-chain-reload = true