diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-09 21:33:01 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-09 21:33:01 -0500 |
commit | 4084de4c44b8494c73d31b62de90aad845829877 (patch) | |
tree | 9f46439f2e2427327cad8aac3d525c89b43c71be /doc/uwsgi.ini.example | |
parent | 08f8193d87d1767529c3667e18669150dabca060 (diff) |
tidy
Diffstat (limited to 'doc/uwsgi.ini.example')
-rw-r--r-- | doc/uwsgi.ini.example | 9 |
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 |