-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds `--admin-port` * Update StartCommand.php --------- Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information
1 parent
de6e59b
commit 6a625a8
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instead of this, I recommend making it
--admin-address
, because Caddy supports using a unix socket instead of a TCP socket. A unix socket would technically be a better default because it can be access controlled more easily with unix file permissions. But it's somewhat harder to use in a portable way, and it's a bit more awkward to use with HTTP clients if they aren't properly set up to connect to a unix socket.