Matej Cepl
18f2368f6c
* See https://gitlab.com/mailman/postorius/-/blob/v1.3.12/src/postorius/doc/news.rst or packaged news.rst file. - Removed GPG signature as the download links don't work - Update to version 1.3.11 * See https://gitlab.com/mailman/postorius/-/blob/v1.3.11/src/postorius/doc/news.rst or packaged news.rst file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-postorius?expand=0&rev=60
18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
[uwsgi]
|
|
#plugin = apparmor
|
|
#apparmor-hat = postorius
|
|
|
|
uid = postorius
|
|
gid = postorius
|
|
|
|
processes = 1
|
|
threads = 25
|
|
|
|
socket = /run/uwsgi/uwsgi-postorius.sock
|
|
chmod-socket = 660
|
|
chown-socket = wwwrun:www
|
|
|
|
plugin = python3
|
|
chdir = /srv/www/webapps/mailman/postorius
|
|
module = wsgi
|