aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.