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:
parent
34f6e2cd46
commit
cf440bac57
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ impl PhpVersion {
|
||||||
.map(|service| service.name())
|
.map(|service| service.name())
|
||||||
.map(|name| format!("{clean_id}-{name}.{proxy_base}:{host}"))
|
.map(|name| format!("{clean_id}-{name}.{proxy_base}:{host}"))
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
|
hosts.push(format!("{proxy_base}:{host}"));
|
||||||
hosts.push(format!("{clean_id}.{proxy_base}:{host}"));
|
hosts.push(format!("{clean_id}.{proxy_base}:{host}"));
|
||||||
hosts
|
hosts
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue