trivios/web: fix permissions in /run/uwsgi
This commit is contained in:
parent
101efdeb88
commit
aeff66293f
|
@ -20,7 +20,8 @@
|
||||||
|
|
||||||
uwsgi = {
|
uwsgi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "nginx";
|
|
||||||
|
user = "nginx";
|
||||||
plugins = [ "python3" ];
|
plugins = [ "python3" ];
|
||||||
|
|
||||||
instance = {
|
instance = {
|
||||||
|
|
Loading…
Reference in a new issue