4.6.2
This release switches $request->server('SERVER_NAME')
to the built in gethostname()
as we want the OS host, not the server name itself. For example, using yourname.computer.lan
instead of localhost
or domain.com
- pointing to the machine itself, instead of the networked name.
What's Changed
- fix: using gethostname over server name by @JustSteveKing in #96
Full Changelog: 4.6.1...4.6.2