This commit is contained in:
2022-11-07 14:55:18 -07:00
commit 59d2ef6e44
20 changed files with 762 additions and 0 deletions

4
conf/includes/www.conf Normal file
View File

@ -0,0 +1,4 @@
location / {
root "D://www";
index index.html index.htm;
}