fix socket perm

This commit is contained in:
XenGi 2026-08-03 11:39:21 +02:00
commit f1c6ae2c4e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -22,6 +22,7 @@ in
enforce_domain = true;
root_url = "https://${fqdn}:443/";
protocol = "socket";
socket_gid = 60; # nginx
};
database = {
type = "postgres";