clouvider-fra01: add content to port 18081 as well
This commit is contained in:
parent
3d76146d87
commit
8834def522
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ let
|
||||||
};
|
};
|
||||||
other = _apply lib.id {
|
other = _apply lib.id {
|
||||||
"content.int.lukegb.com" = {
|
"content.int.lukegb.com" = {
|
||||||
|
listen = [{
|
||||||
|
addr = config.my.ip.tailscale;
|
||||||
|
port = 80;
|
||||||
|
} {
|
||||||
|
addr = config.my.ip.tailscale;
|
||||||
|
port = 18081;
|
||||||
|
}];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
alias = "/store/content/";
|
alias = "/store/content/";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue