Skip to content
Snippets Groups Projects
Commit d3d1b6f0 authored by Steven Peters's avatar Steven Peters Committed by Xu Cheng
Browse files

Encourage https for bottle hosting

I assume that we want to encourage people hosting
their own bottles to serve them using `https`.
This PR has a trivial change in the example.
We may consider adding some text to the `root_url`
description with a discussion of security.
Also use https://example.com instead of
http://mikemcquaid.com

 in bottle example.

Closes Homebrew/homebrew#44651.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent 83185002
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ end
A full example:
```ruby
bottle do
root_url "http://mikemcquaid.com"
root_url "https://example.com"
prefix "/opt/homebrew"
cellar "/opt/homebrew/Cellar"
revision 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment