summaryrefslogtreecommitdiff
path: root/uwsgi/apps-available/local-rt4.ini
blob: 5d2460ea2da5c5c004291ad11527b71be5418150 (plain)
  1. [uwsgi]
  2. single-interpreter True
  3. plugins = 0:psgi
  4. workers = 2
  5. psgi = /usr/share/request-tracker4/libexec/rt-server
  6. static-map = /rt/NoAuth/images/=/usr/share/request-tracker4/html/NoAuth/images/
  7. #chdir = /usr/share/request-tracker4/html
  8. env = export RT_SITE_CONFIG=/etc/request-tracker4/RT_SiteConfig.pm
  9. # merge identical memory pages after every 10th request
  10. # more info at <http://uwsgi-docs.readthedocs.org/en/latest/KSM.html>
  11. ksm = 10