mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +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(|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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue