From d5e090981e78580d96a301a81010d37a4a445f1f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Jul 2023 12:50:37 -0700 Subject: [PATCH] Update README now that example exists. --- Config/ReverseProxy/config/html/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Config/ReverseProxy/config/html/README.md b/Config/ReverseProxy/config/html/README.md index d260707..6fe6249 100644 --- a/Config/ReverseProxy/config/html/README.md +++ b/Config/ReverseProxy/config/html/README.md @@ -1,5 +1,7 @@ # HTML Sites -If the reverse proxy also serves static HTML sites, the root directories of each can be placed here. -Then in conf.d may add a file which points the domain to the HTML web root, such as `/etc/nginx/html/www.website.name`. - -TODO Create an example file for this, such as `example.html.com`. +If the reverse proxy also serves static HTML sites, + the root directories of each can be placed here. +Then in conf.d may add a file which points the domain to the HTML web root, + such as `/etc/nginx/html/www.website.name`. +An example for this exists called `html.example.com`. +It should be fairly easy to recreate for another website.