diff options
author | nodiscc <nodiscc@gmail.com> | 2020-08-16 19:16:19 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-12 14:31:45 +0200 |
commit | 083b28021a34120778c203c85be6461a426cfa44 (patch) | |
tree | 60792094859427037b5d573094bff15b2c66bf18 /doc | |
parent | 19489e92d7dee3ec594432173071ddcddd79aa03 (diff) | |
download | Shaarli-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.md | 2 |
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 |
219 | systemctl restart apache | 219 | sudo systemctl restart apache2 |
220 | ``` | 220 | ``` |
221 | 221 | ||
222 | 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. | 222 | 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. |