diff options
author | Jordan <me@jordan.im> | 2022-09-09 12:23:42 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-09-09 12:23:42 -0700 |
commit | 696e01539e2c8a5fbc7bc686b397c520c1a0c46c (patch) | |
tree | b540000faf055b40571db6edfd08660912f3ef60 | |
parent | 45b396430daac58c4b35b296157a006c306a46bb (diff) | |
download | roka-696e01539e2c8a5fbc7bc686b397c520c1a0c46c.tar.gz roka-696e01539e2c8a5fbc7bc686b397c520c1a0c46c.zip |
docs: add wsgi-file to example configuration
-rw-r--r-- | uwsgi.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uwsgi.ini.example b/uwsgi.ini.example index 2a2093f..094329a 100644 --- a/uwsgi.ini.example +++ b/uwsgi.ini.example @@ -5,3 +5,4 @@ threads = 4 wsgi-file = roka.py callable = app master = true +wsgi-file = /home/example/roka/roka.py |