aboutsummaryrefslogtreecommitdiff
path: root/modules/apps/icingaweb2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apps/icingaweb2.nix')
-rw-r--r--modules/apps/icingaweb2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/icingaweb2.nix b/modules/apps/icingaweb2.nix
index d8397ec..852c546 100644
--- a/modules/apps/icingaweb2.nix
+++ b/modules/apps/icingaweb2.nix
@@ -370,7 +370,7 @@ in {
pool = recursiveUpdate defaultPool (cfg.php-fpm.pool // { user = cfg.user ;});
};
- nixsap.apps.nginx.http.servers.icingaweb2 = ''
+ nixsap.apps.nginx.conf.http.servers.icingaweb2 = ''
${cfg.nginxServer}
root ${pkgs.icingaweb2}/public;