From c50254eb1251c7b611baa5fd0be676d9d40ba7fc Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 5 Apr 2026 14:32:28 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c65a3c..89788a5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Currently the container is utilizing merely 20MiBs of RAM out of its allocated 6 ![picture](https://git.tobiastime.xyz/Tobias/Apache-LXC-Intranet/raw/branch/main/images/ram.jpg) -Once I had coded the page I modified my Firefox settings to set it as my new homepage +Once I had coded the page and pointed Apache to the index I modified my Firefox settings to set it as my new homepage ![picture](https://git.tobiastime.xyz/Tobias/Apache-LXC-Intranet/raw/branch/main/images/homepage_firefox.jpg) @@ -67,7 +67,7 @@ Alias /files /var/www/files Options +Indexes ``` -Break down: +Breakdown: - The alias maps the subdirectory accessed via the web of /files to the path on my system /var/www/files - +Indexes specifies there isn't a typical index.html file to serve, rather it is a directory listing