feat: enable custom domains for pages
This commit is contained in:
parent
67661e3431
commit
33ebd7150f
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@
|
|||
# default for pages is set to 8090 but that leaves an "ugly" port in the url,
|
||||
# override it here to make it look good
|
||||
port = 80;
|
||||
external_http = ["${cfg.host.ip}:80"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue