Browse Source

Formatting

Patrick 2 years ago
parent
commit
fa6ec95e8c
1 changed files with 7 additions and 7 deletions
  1. 7 7
      DOCUMENTATION.md

+ 7 - 7
DOCUMENTATION.md

@@ -348,13 +348,13 @@ Example **Caddy** configuration with basicauth from Caddy:
 
 ```Caddy
 handle_path /radicale* {
-		basicauth {
-				user hash
-		}
-		reverse_proxy localhost:5232 {
-				header_up +X-Script-Name "/radicale"
-				header_up +X-remote-user "{http.auth.user.id}"
-		}
+    basicauth {
+        user hash
+    }
+    reverse_proxy localhost:5232 {
+        header_up +X-Script-Name "/radicale"
+        header_up +X-remote-user "{http.auth.user.id}"
+    }
 }
 ```