Move /srv/* into /srv/www/*
This commit is contained in:
parent
0e4a2c5b9d
commit
fee81ed3c7
5 changed files with 10 additions and 10 deletions
|
|
@ -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 = {};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue