Advertisement
richez77

Untitled

Jun 2nd, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. [uwsgi]
  2. http-socket=0.0.0.0:8000
  3. master=true
  4. plugins=python3
  5. env=TRYTOND_CONFIG=/srv/tryton/6.6/.trytond.conf
  6. env=TRYTOND_DATABASE_NAMES=tryton_preciball_prod_66
  7. env=TRYTOND_LOGGING_CONFIG=/srv/tryton/6.6/trytond_log.conf
  8. wsgi=trytond.application:app
  9. cheaper=4
  10. processes=16
  11. threads=16
  12. socket = trytond.sock
  13. chmod-socket = 666
  14. vaccuum=true
  15. die-on-term=true
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement