tv public_html: move to /srv
This commit is contained in:
parent
bda725bbfc
commit
2ff744d3e9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user