feat: Support separating www from content
This commit is contained in:
parent
964830082f
commit
f71eb7a3a5
1 changed files with 5 additions and 0 deletions
|
|
@ -174,4 +174,9 @@ in
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "hvanb@pm.me";
|
defaults.email = "hvanb@pm.me";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Ensure the data directory exists with proper permissions
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"d /var/lib/www 0750 nginx nginx -"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue