diff --git a/Config/ReverseProxy/config/html/README.md b/Config/ReverseProxy/config/html/README.md new file mode 100644 index 0000000..d260707 --- /dev/null +++ b/Config/ReverseProxy/config/html/README.md @@ -0,0 +1,5 @@ +# 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`.