diff options
| -rw-r--r-- | infrastructure/roles/web/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infrastructure/roles/web/README.md b/infrastructure/roles/web/README.md new file mode 100644 index 0000000..65f042a --- /dev/null +++ b/infrastructure/roles/web/README.md @@ -0,0 +1,5 @@ +# Web + +You can create `$HOME/public_html` and Apache http exposes content to `/~$USER/`. + +Content negotiation is enabled by default, so a request to `/~foo/bar` serves `/home/foo/public_html/bar.html`. |
