1
0
Fork 0

restart phpfpm nextcloud unit when secret changes

This commit is contained in:
ibizaman 2023-08-25 09:39:28 -07:00
parent da42bbaa7b
commit bc8f7b51e2

View file

@ -122,6 +122,7 @@ in
mode = "0440";
owner = "nextcloud";
group = "nextcloud";
restartUnits = [ "phpfpm-nextcloud.service" ];
};
services.nginx.virtualHosts.${fqdn} = {