laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.71k stars 284 forks source link

Add `--admin-host` argument to FrankenPHP Command #898

Closed alextricity25 closed 1 month ago

alextricity25 commented 1 month ago

As a user of Octane using FrankenPHP, I would like to override the host binding of the Caddy API. This will allow users to do things like scraping metrics from the API server (/metrics) from a remote host.

alextricity25 commented 1 month ago

Thanks @taylorotwell! Great observation! I've made your suggested edits in the latest commit.