Move /srv/* into /srv/www/*
This commit is contained in:
parent
0e4a2c5b9d
commit
fee81ed3c7
5 changed files with 10 additions and 10 deletions
|
|
@ -3,10 +3,10 @@
|
|||
services.caddy.virtualHosts."files.chandlerswift.com".extraConfig = ''
|
||||
encode zstd gzip
|
||||
file_server
|
||||
root * /srv/files.chandlerswift.com
|
||||
root * /srv/www/files.chandlerswift.com
|
||||
'';
|
||||
systemd.tmpfiles.settings."10-files-chandlerswift-com" = {
|
||||
"/srv/files.chandlerswift.com" = {
|
||||
"/srv/www/files.chandlerswift.com" = {
|
||||
d = {};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue