allow overriding host

This commit is contained in:
nora 2023-09-05 18:27:17 +02:00
parent 6445bf50eb
commit f14446803f
5 changed files with 8 additions and 5 deletions

View file

@ -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>