You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with this is that the env overrides whatever is in the config. And I can't change webHttp to the proper value (80,[::]:80), since it's not a valid port.
This value is necessary for IPv6 to work (otherwise I have to disable the probes), from the docs:
In order to use port 80 for all interfaces, both IPv4 and IPv6, use either the configuration "80,[::]:80"
The text was updated successfully, but these errors were encountered:
webHttp
is used to configure two things at once:The problem with this is that the env overrides whatever is in the config. And I can't change
webHttp
to the proper value (80,[::]:80
), since it's not a valid port.This value is necessary for IPv6 to work (otherwise I have to disable the probes), from the docs:
The text was updated successfully, but these errors were encountered: