clouvider-fra01: add content to port 18081 as well

This commit is contained in:
Luke Granger-Brown 2021-10-31 12:35:05 +00:00
parent 3d76146d87
commit 8834def522

View file

@ -20,6 +20,13 @@ let
};
other = _apply lib.id {
"content.int.lukegb.com" = {
listen = [{
addr = config.my.ip.tailscale;
port = 80;
} {
addr = config.my.ip.tailscale;
port = 18081;
}];
locations."/" = {
alias = "/store/content/";
extraConfig = ''