diff options
| author | Jocomol <joelmeier08@gmail.com> | 2021-10-08 10:58:46 +0200 |
|---|---|---|
| committer | Jocomol <joelmeier08@gmail.com> | 2021-10-08 10:58:46 +0200 |
| commit | 3ee7076324f465c2e59339042d0aa924d00b86d8 (patch) | |
| tree | 724b1cfa6b25fc1704dba4f6f64818bba20c20d7 | |
| parent | 8a0ea3ea75dc519d5445df070a32f1e55987cc30 (diff) | |
added missing words in a sentence
| -rw-r--r-- | radicale.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radicale.html b/radicale.html index 35dbf7d..029de7c 100644 --- a/radicale.html +++ b/radicale.html @@ -18,7 +18,7 @@ <h2>Installing Radicale</h2> <p>Firstly, we have to install radicale on our system, luckily for us radicale is packaged for the most used distros.</p> <pre><code>apt install radicale apache2-utils</code></pre> - <p>Next we need to configure Radicale. We configure radicale to be accessible from other machines, how Radicale and where the files should be stored. Open /etc/radicale/config with your favourite editor and add this configuration.</p> + <p>Next we need to configure Radicale. We configure radicale to be accessible from other machines, how Radicale handles users and where the files should be stored. Open /etc/radicale/config with your favourite editor and add this configuration.</p> <pre><code>[server] # Bind all addresses hosts = 0.0.0.0:5232, [::]:5232 |
