scader
scader

Reputation: 525

Allow Symfony Local Web Server to listen to any IP address

Unlike Symfony v4 and below that used WebServerBundle, I cannot find any documentation that would allow me to configure Local Web Server to listen on any IP (vs 127.0.0.1). Is that still possible? I also cannot find any documentation on why the option on local:server:start removed the ability to specify the IP (e.g. 0.0.0.0:8000) vs. only the port.

Upvotes: 0

Views: 276

Answers (1)

scader
scader

Reputation: 525

This was an intentional change that was thankfully reverted by the Symfony team.

Upvotes: 0

Related Questions