diff options
| author | user <user@node5.net> | 2024-02-27 18:06:51 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-02-27 18:06:51 +0100 |
| commit | 677d930e5faa3e76bec4d4b9a22adff8cfbfb8a8 (patch) | |
| tree | 6b44131ce5de2ace6a92e5ee9a7710cd06362889 /uwsgi.ini | |
| parent | 293d37cfb58b0aca2a4b77b9975d8034a0a1c684 (diff) | |
add uwsgi config, works
Diffstat (limited to 'uwsgi.ini')
| -rw-r--r-- | uwsgi.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/uwsgi.ini b/uwsgi.ini new file mode 100644 index 0000000..d129b2c --- /dev/null +++ b/uwsgi.ini @@ -0,0 +1,12 @@ +[uwsgi] +module = src.blog_node5_net:app +pythonpath = src + +master = true +processes = 5 + +socket = blog.node5.net.sock +chmod-socket = 660 +vacuum = true + +die-on-term = true |
