]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: server configuration: fix apache restart command
authornodiscc <nodiscc@gmail.com>
Sun, 16 Aug 2020 17:16:19 +0000 (19:16 +0200)
committernodiscc <nodiscc@gmail.com>
Sat, 12 Sep 2020 12:31:45 +0000 (14:31 +0200)
doc/md/Server-configuration.md

index 8eeb10bd34e98064fa266f9437b62187d9120bde..3eeaad70a147099e3cbe321c691d0078f2224fb8 100644 (file)
@@ -216,7 +216,7 @@ sudo a2enmod headers
 # sudo a2enmod version
 
 # restart the apache service
-systemctl restart apache
+sudo systemctl restart apache2
 ```
 
 See [How to install the Apache web server](https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-debian-10) for a complete guide.