]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Server-configuration.md
doc: server configuration: fix apache site config file name
[github/shaarli/Shaarli.git] / doc / md / Server-configuration.md
index bb488ef0b2e5f678a884fba2baed24a330e1a87c..89398b44423aa813d0cf93813224cf3a3d173d80 100644 (file)
@@ -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