diff --git a/Server-Diagnostics---Troubleshooting.md b/Server-Diagnostics---Troubleshooting.md index 970bc6b..4be6405 100644 --- a/Server-Diagnostics---Troubleshooting.md +++ b/Server-Diagnostics---Troubleshooting.md @@ -1,4 +1,4 @@ -# Listen Status "Radicale" +# Listen Status ## Radicale started, it's listen on configured IP/ports - config section: `[server]` @@ -12,7 +12,9 @@ tcp 0 0 127.0.0.1:5232 0.0.0.0:* LISTEN tcp6 0 0 ::1:5232 :::* LISTEN 4117/python3 ``` -# Connection test to internal web server (if enabled) +# Connection tests + +## Connection test to internal web server (if enabled) - config section: `[web]` - config option: `type` @@ -24,7 +26,7 @@ curl http://localhost:5232/.web/ ``` -# Connection test to any existing calendar +## Connection test to any existing calendar Successful result depends on auth and permission - config section: `[auth]`