aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-08-16 19:16:19 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commit083b28021a34120778c203c85be6461a426cfa44 (patch)
tree60792094859427037b5d573094bff15b2c66bf18 /doc
parent19489e92d7dee3ec594432173071ddcddd79aa03 (diff)
downloadShaarli-083b28021a34120778c203c85be6461a426cfa44.tar.gz
Shaarli-083b28021a34120778c203c85be6461a426cfa44.tar.zst
Shaarli-083b28021a34120778c203c85be6461a426cfa44.zip
doc: server configuration: fix apache restart command
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 8eeb10bd..3eeaad70 100644
--- a/doc/md/Server-configuration.md
+++ b/doc/md/Server-configuration.md
@@ -216,7 +216,7 @@ sudo a2enmod headers
216# sudo a2enmod version 216# sudo a2enmod version
217 217
218# restart the apache service 218# restart the apache service
219systemctl restart apache 219sudo systemctl restart apache2
220``` 220```
221 221
222See [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. 222See [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.