mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-14 02:34:22 +02:00
Run the administration interface as www-data
This commit is contained in:
parent
d896965cd0
commit
946054240d
@ -5,6 +5,9 @@ uwsgi:
|
||||
master: true
|
||||
workers: 2
|
||||
|
||||
uid: www-data
|
||||
gid: www-data
|
||||
|
||||
vacuum: true
|
||||
plugins: python
|
||||
wsgi-file: /admin/run.py
|
||||
|
Loading…
Reference in New Issue
Block a user