fix socket perm
This commit is contained in:
parent
5487171476
commit
f1c6ae2c4e
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ in
|
||||||
enforce_domain = true;
|
enforce_domain = true;
|
||||||
root_url = "https://${fqdn}:443/";
|
root_url = "https://${fqdn}:443/";
|
||||||
protocol = "socket";
|
protocol = "socket";
|
||||||
|
socket_gid = 60; # nginx
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue