Introduce defaultHost property for virtual server setup.
This commit is contained in:
parent
c403423c8a
commit
9371ce4704
2 changed files with 4 additions and 2 deletions
|
@ -189,6 +189,6 @@ function processHref(href) {
|
|||
if (vhost)
|
||||
return vhost+href;
|
||||
else
|
||||
return "/"+this.alias+href;
|
||||
return getProperty("defaulthost")+"/"+this.alias+href;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue