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";
|
mode = "0440";
|
||||||
owner = "nextcloud";
|
owner = "nextcloud";
|
||||||
group = "nextcloud";
|
group = "nextcloud";
|
||||||
|
restartUnits = [ "phpfpm-nextcloud.service" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts.${fqdn} = {
|
services.nginx.virtualHosts.${fqdn} = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue