restart phpfpm nextcloud unit when secret changes
This commit is contained in:
parent
da42bbaa7b
commit
bc8f7b51e2
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ in
|
|||
mode = "0440";
|
||||
owner = "nextcloud";
|
||||
group = "nextcloud";
|
||||
restartUnits = [ "phpfpm-nextcloud.service" ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${fqdn} = {
|
||||
|
|
Loading…
Reference in a new issue