From 97a60f8ce7ebbf80d258fbd3b03c0f840850b635 Mon Sep 17 00:00:00 2001 From: Jan Kuparinen Date: Fri, 13 Nov 2020 21:33:14 +0200 Subject: [PATCH] Added missing sudo statement. --- .../getting-started-with-apache-http-server/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/quick-docs/getting-started-with-apache-http-server/index.html b/public/quick-docs/getting-started-with-apache-http-server/index.html index ffd085c..0a2e0d8 100644 --- a/public/quick-docs/getting-started-with-apache-http-server/index.html +++ b/public/quick-docs/getting-started-with-apache-http-server/index.html @@ -654,7 +654,7 @@ SSLCertificateKeyFile /etc/pki/tls/private/hostname.key
-
# systemctl restart httpd.service
+
# sudo systemctl restart httpd.service