Fix static page readme #76

Merged
das-g merged 1 commit from fix-static-page-readme into main 2025-06-14 20:33:18 +02:00

View file

@ -1,5 +1,5 @@
# Static Pages # 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. 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.