Move /srv/* into /srv/www/*

This commit is contained in:
Chandler Swift 2024-11-05 23:48:09 -06:00
parent 0e4a2c5b9d
commit fee81ed3c7
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
let
app = "stjohnscccc";
domain = "${app}.chandlerswift.com"; # TODO
dataDir = "/srv/http/${domain}";
dataDir = "/srv/www/http/${domain}";
in {
services.phpfpm.pools.${app} = {
user = app;
@ -35,7 +35,7 @@ in {
};
users.groups.${app} = {};
systemd.tmpfiles.settings."10-stjohnscccc.org" = {
"/srv/stjohnscccc.org" = {
"/srv/www/stjohnscccc.org" = {
d = {};
};
};