From 1b47c7a057b322d8835c39cac4b12086c7dcb377 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sat, 14 Jun 2025 14:23:40 +0300 Subject: [PATCH] Fix static page readme --- nixos-modules/static-page/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/static-page/README.md b/nixos-modules/static-page/README.md index 19fce35..19469d9 100644 --- a/nixos-modules/static-page/README.md +++ b/nixos-modules/static-page/README.md @@ -1,5 +1,5 @@ # Static Pages -This module enables static nginx sites, with data served from "/var/lib/nginx/$domain/root". +This module enables static nginx sites, with data served from "/var/lib/nginx-$domain/root". To deploy the site, a user `nginx-$domain` is added, of which a `root` profile in the home folder can be deployed, e.g. with deploy-rs.