mastus: run fcgiwrap with reduced privileges

This commit is contained in:
Gabriel Ebner 2018-03-16 17:38:48 +01:00
parent 925e4e0b50
commit 78daed93cf

@ -58,5 +58,7 @@
services.fcgiwrap = {
enable = true;
user = "nobody";
group = "nogroup";
};
}