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