From 5f0451affe1f3df77e97427a21d4f2dece6995fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20G?= Date: Wed, 6 Feb 2019 17:10:09 +0100 Subject: [PATCH] Fixed curl example --- docs/configuration/backends/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/backends/rest.md b/docs/configuration/backends/rest.md index b83027f0d..4051e7cbf 100644 --- a/docs/configuration/backends/rest.md +++ b/docs/configuration/backends/rest.md @@ -29,7 +29,7 @@ Traefik can be configured: ```shell -curl -XPUT @file "http://localhost:8080/api/providers/rest" +curl -XPUT -d @file "http://localhost:8080/api/providers/rest" ``` with `@file`: