From 73897fafd824ea4cd82a8f702d69d33b4da2c8ee Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Sun, 5 Apr 2020 16:20:44 +0100 Subject: [PATCH] Give a tip about not forgetting @ in curl command. --- src/docs/markdown/api-tutorial.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/docs/markdown/api-tutorial.md b/src/docs/markdown/api-tutorial.md index a2065ec..72cf110 100644 --- a/src/docs/markdown/api-tutorial.md +++ b/src/docs/markdown/api-tutorial.md @@ -73,6 +73,11 @@ Then upload it: -d @caddy.json + + + We can verify that Caddy applied our new config with another GET request: @@ -105,6 +110,8 @@ Save the config file, then update Caddy's active configuration by running the sa -d @caddy.json + + For good measure, verify that the config was updated: