From 6bcb6f92f5a1f61f0cfa5cbb274ce4e8090f6b71 Mon Sep 17 00:00:00 2001 From: Pierre Zemb Date: Sun, 3 Jan 2016 20:45:53 +0100 Subject: [PATCH] Update Doc about read-only mode --- docs/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.md b/docs/index.md index eca6c7ca4..573c552c3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -243,6 +243,11 @@ address = ":8080" # # CertFile = "traefik.crt" # KeyFile = "traefik.key" +# +# Set REST API to read-only mode +# +# Optional +# ReadOnly = false ``` - `/`: provides a simple HTML frontend of Træfik