Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

uwsgi.ini 167 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. [uwsgi]
  2. protocol = http
  3. socket = 0.0.0.0:9090
  4. module = _wsgi:app
  5. master = true
  6. processes = 1
  7. vacuum = true
  8. die-on-term = true
  9. logto = /tmp/%n.log
  10. pidfile = /tmp/%n.pid
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...