Fix a typo in bootstrap-web-settings.txt

Signed-off-by: Jens Reimann <jreimann@redhat.com>
This commit is contained in:
Jens Reimann 2017-08-01 09:04:23 +02:00 committed by Clebert Suconic
parent 4694aab061
commit 239479d1a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!-- The web server is only bound to loalhost by default -->
<!-- The web server is only bound to localhost by default -->
<web bind="${web.protocol}://${http.host}:${http.port}" path="web"${extra.web.attributes}>
<app url="jolokia" war="jolokia.war"/>
</web>