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