[community/master] Use long form for curl header responses

commit 8a693b74ac1cebaa2a81460c69969e9ec75f9274 Author: Amin Shah Gilani <amin@gilani.me> Date: Tue Jul 14 08:28:53 2020 +0500 Use long form for curl header responses --- content/onion-services/advanced/onion-location/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/onion-services/advanced/onion-location/contents.lr b/content/onion-services/advanced/onion-location/contents.lr index b1e1dcf..ae3fbeb 100644 --- a/content/onion-services/advanced/onion-location/contents.lr +++ b/content/onion-services/advanced/onion-location/contents.lr @@ -209,7 +209,7 @@ file_server **Testing it out:** Test it out with: ``` -curl -I https://your-website.tld +curl --head https://your-website.tld ``` and look for the `onion-location` line.
participants (1)
-
gus@torproject.org