summaryrefslogtreecommitdiff
path: root/doc/uwsgi.ini.example
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 21:33:01 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 21:33:01 -0500
commit4084de4c44b8494c73d31b62de90aad845829877 (patch)
tree9f46439f2e2427327cad8aac3d525c89b43c71be /doc/uwsgi.ini.example
parent08f8193d87d1767529c3667e18669150dabca060 (diff)
tidy
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