Update README.md

This commit is contained in:
2026-04-05 14:32:28 +01:00
parent 06fc20802f
commit c50254eb12

View File

@@ -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
</Directory>
```
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