Update README.md
This commit is contained in:
@@ -47,7 +47,7 @@ Currently the container is utilizing merely 20MiBs of RAM out of its allocated 6
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -67,7 +67,7 @@ Alias /files /var/www/files
|
|||||||
Options +Indexes
|
Options +Indexes
|
||||||
</Directory>
|
</Directory>
|
||||||
```
|
```
|
||||||
Break down:
|
Breakdown:
|
||||||
|
|
||||||
- The alias maps the subdirectory accessed via the web of /files to the path on my system /var/www/files
|
- 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
|
- +Indexes specifies there isn't a typical index.html file to serve, rather it is a directory listing
|
||||||
|
|||||||
Reference in New Issue
Block a user