Add explicit path to conf.d, remove tabs.

This commit is contained in:
Hyperling 2023-07-08 12:51:40 -07:00
parent d5e090981e
commit 571480b3f3

View File

@ -1,7 +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`.
the root directories of each can be placed here.
Then in `../conf.d` 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.