From e659d4f33140e79e8d953a4fb01ba2681affa901 Mon Sep 17 00:00:00 2001 From: lidia-pmr Date: Wed, 11 Mar 2020 11:53:36 +0100 Subject: [PATCH] Update 'content/fundamentals/webserver.md' --- content/fundamentals/webserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/fundamentals/webserver.md b/content/fundamentals/webserver.md index d71d0de..5f86818 100644 --- a/content/fundamentals/webserver.md +++ b/content/fundamentals/webserver.md @@ -168,7 +168,7 @@ ServerAdmin webmaster@localhost Enable this configuration by running: ```bash -$ sudo a2ensite mydomain.org +$ sudo a2ensite mydomain.conf ``` Restart Apache to load the new configuration: