aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-08-16 19:15:56 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commit5eece37b0aaa8563d6fdde394b2e828bec61b6f5 (patch)
tree9dfded5942cc55c70b3462339693e821f39a0d58 /doc
parentd8847936d4fb3faa698bee1acabf99eb7f5268ed (diff)
downloadShaarli-5eece37b0aaa8563d6fdde394b2e828bec61b6f5.tar.gz
Shaarli-5eece37b0aaa8563d6fdde394b2e828bec61b6f5.tar.zst
Shaarli-5eece37b0aaa8563d6fdde394b2e828bec61b6f5.zip
doc: server configuration: fix apache site config file name
Diffstat (limited to 'doc')
-rw-r--r--doc/md/Server-configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md
index bb488ef0..89398b44 100644
--- a/doc/md/Server-configuration.md
+++ b/doc/md/Server-configuration.md
@@ -198,7 +198,7 @@ sudo nano /etc/apache2/sites-available/shaarli.mydomain.org.conf
198 198
199```bash 199```bash
200# Enable the virtualhost 200# Enable the virtualhost
201sudo a2ensite shaarli 201sudo a2ensite shaarli.mydomain.org
202 202
203# mod_ssl must be enabled to use TLS/SSL certificates 203# mod_ssl must be enabled to use TLS/SSL certificates
204# https://httpd.apache.org/docs/current/mod/mod_ssl.html 204# https://httpd.apache.org/docs/current/mod/mod_ssl.html