From: nodiscc Date: Sun, 16 Aug 2020 17:15:56 +0000 (+0200) Subject: doc: server configuration: fix apache site config file name X-Git-Tag: v0.12.0-beta-1~16^2~7 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=5eece37b0aaa8563d6fdde394b2e828bec61b6f5 doc: server configuration: fix apache site config file name --- 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 ```bash # Enable the virtualhost -sudo a2ensite shaarli +sudo a2ensite shaarli.mydomain.org # mod_ssl must be enabled to use TLS/SSL certificates # https://httpd.apache.org/docs/current/mod/mod_ssl.html