mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
plausible: add to other services
This commit is contained in:
parent
e7cf9c7239
commit
f8c824dd0a
6 changed files with 31 additions and 10 deletions
|
@ -111,6 +111,10 @@ in {
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts.${fqdn} = merge config.services.nginx.sslTemplate {
|
||||
extraConfig = ''
|
||||
${config.services.plausible.extraNginxConfigFor fqdn}
|
||||
'';
|
||||
|
||||
locations."/".proxyPass = "http://[::1]:${toString port}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue