1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

also add bare proxy base to custom hosts

This commit is contained in:
Robin Appelman 2026-01-12 18:48:05 +01:00
commit cf440bac57

View file

@ -182,6 +182,7 @@ impl PhpVersion {
.map(|service| service.name())
.map(|name| format!("{clean_id}-{name}.{proxy_base}:{host}"))
.collect::<Vec<_>>();
hosts.push(format!("{proxy_base}:{host}"));
hosts.push(format!("{clean_id}.{proxy_base}:{host}"));
hosts
};