Hi, is there any documentation on this feature and rendering the html page?
I have the following configured: registry.consul.noroutehtmlpath = /fabio/noroute2.html
I then put in a simple html page at the key but it would only show as plain-text on the non-routable url I hit.
How can I remove the # --- at the top of the page?
# --- fabio/noroute2.html
<!DOCTYPE html>
<html>
<body>
<p><b>fabio/noroute2.html</b></p>
</body>
</html>
Thanks!
Re: #56
Hi, is there any documentation on this feature and rendering the html page?
I have the following configured:
registry.consul.noroutehtmlpath = /fabio/noroute2.htmlI then put in a simple html page at the key but it would only show as plain-text on the non-routable url I hit.
How can I remove the
# ---at the top of the page?Thanks!
Re: #56