From 6dd35695404b46066fa02ee204bd180d66909ca0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 2 Mar 2025 07:32:11 +0100 Subject: [PATCH] cosmetics --- Reverse-Proxy-Diagnostics-Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reverse-Proxy-Diagnostics-Troubleshooting.md b/Reverse-Proxy-Diagnostics-Troubleshooting.md index b70cf0c..44e5fdf 100644 --- a/Reverse-Proxy-Diagnostics-Troubleshooting.md +++ b/Reverse-Proxy-Diagnostics-Troubleshooting.md @@ -210,10 +210,10 @@ See also example configurations: ``` # MOVE -curl -u user:pass http://localhost//radicale/user/test3/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test2/test.ics" +curl -u user:pass http://localhost/radicale/user/test3/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test2/test.ics" MOVE Back -curl -u user:pass http://localhost//radicale/user/test2/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test3/test.ics" +curl -u user:pass http://localhost/radicale/user/test2/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test3/test.ics" ``` ## General