mirror of
https://github.com/Noratrieb/dockerolat.git
synced 2026-01-15 02:15:01 +01:00
allow overriding host
This commit is contained in:
parent
6445bf50eb
commit
f14446803f
5 changed files with 8 additions and 5 deletions
|
|
@ -2,8 +2,8 @@
|
|||
<Server port="8085" shutdown="SHUTDOWN">
|
||||
<Service name="Catalina">
|
||||
<Connector port="8088" protocol="HTTP/1.1" />
|
||||
<Engine name="Catalina" defaultHost="localhost">
|
||||
<Host name="localhost" appBase="webapps" />
|
||||
<Engine name="Catalina" defaultHost="__HOST__">
|
||||
<Host name="__HOST__" appBase="webapps" />
|
||||
</Engine>
|
||||
</Service>
|
||||
</Server>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue