fix: no custom domains for pages :(

This commit is contained in:
silver 2023-06-18 01:14:10 +01:00
parent 33ebd7150f
commit 46742c1a2a

View file

@ -208,7 +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"];
#external_http = ["${cfg.host.ip}:80"];
};
};
};