diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-19 17:03:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-19 17:03:05 -0400 |
commit | 6db6a6b6ac310dca80f006e76e9e1282e5bd1598 (patch) | |
tree | fbb1bc88753f976c151fafcaf9e9a665f84ed5ac /parabolaweb.ini | |
parent | e80d5632b65bf2a28e0b3a9196916bcf0db4b286 (diff) |
don't have .example on the end of the uWSGI config
Diffstat (limited to 'parabolaweb.ini')
-rw-r--r-- | parabolaweb.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/parabolaweb.ini b/parabolaweb.ini new file mode 100644 index 0000000..7cca337 --- /dev/null +++ b/parabolaweb.ini @@ -0,0 +1,10 @@ +[uwsgi] +master = true +processes = 4 +threads = 2 + +uid = %n +gid = http + +plugins = python2 +wsgi-file = /srv/http/www.parabola.nu/web/archweb.wsgi |