summaryrefslogtreecommitdiff
path: root/doc/uwsgi.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uwsgi.ini.example')
-rw-r--r--doc/uwsgi.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/uwsgi.ini.example b/doc/uwsgi.ini.example
new file mode 100644
index 0000000..e392044
--- /dev/null
+++ b/doc/uwsgi.ini.example
@@ -0,0 +1,9 @@
+[uwsgi]
+master = true
+processes = 1
+
+uid = nobody
+gid = http
+
+plugins = cgi
+cgi = /srv/http/www.andrewdm.me/bin/lowercase.cgi