summaryrefslogtreecommitdiff
path: root/uwsgi/apps-available/local-rt4.ini
diff options
context:
space:
mode:
Diffstat (limited to 'uwsgi/apps-available/local-rt4.ini')
-rw-r--r--uwsgi/apps-available/local-rt4.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/uwsgi/apps-available/local-rt4.ini b/uwsgi/apps-available/local-rt4.ini
new file mode 100644
index 0000000..5d2460e
--- /dev/null
+++ b/uwsgi/apps-available/local-rt4.ini
@@ -0,0 +1,16 @@
+[uwsgi]
+single-interpreter = True
+plugins = 0:psgi
+
+workers = 2
+
+psgi = /usr/share/request-tracker4/libexec/rt-server
+static-map = /rt/NoAuth/images/=/usr/share/request-tracker4/html/NoAuth/images/
+
+#chdir = /usr/share/request-tracker4/html
+
+env = export RT_SITE_CONFIG=/etc/request-tracker4/RT_SiteConfig.pm
+
+# merge identical memory pages after every 10th request
+# more info at <http://uwsgi-docs.readthedocs.org/en/latest/KSM.html>
+ksm = 10