webapp: Use IP address, rather than localhost
since some systems may have configuration problems or other issues that prevent web browsers from connecting to the right localhost IP for the webapp. Tested on both ipv4 and ipv6 localhost. Url for the latter looks like: http://[::1]:50676
This commit is contained in:
parent
b78c71ca4c
commit
6f7ae84650
4 changed files with 18 additions and 12 deletions
|
@ -25,3 +25,6 @@ I've tested this with:
|
|||
* chromium
|
||||
|
||||
Iceweasel is the only one which correctly fell back to IPv4 and worked.
|
||||
|
||||
> Ok, I've made it use the IP address in the URL. Ugly, but avoids
|
||||
> whatever mess results in this behavior. [[done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue