tv public_html: move to /srv

This commit is contained in:
tv 2021-02-11 23:21:11 +01:00
parent bda725bbfc
commit 2ff744d3e9
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ with import <stockholm/lib>;
"${config.krebs.build.host.name}.hkw"
"${config.krebs.build.host.name}.r"
];
locations."~ ^/~(.+?)(/.*)?\$".extraConfig = ''
alias /home/$1/public_html$2;
'';
locations."~ ^/~([a-z]+)(?:/(.*))?\$" = {
alias = "/srv/$1/public_html/$2";
};
};
};
tv.iptables.input-internet-accept-tcp = singleton "http";