390000458C91080AB5F7777F0400000000458C

This commit is contained in:
2023-11-21 07:17:13 -07:00
parent 59d2ef6e44
commit 9f02c40f24
18 changed files with 318 additions and 66 deletions

View File

@ -0,0 +1,4 @@
location / {
root "D://wwwroot";
try_files $uri $uri/ /index.html =404;
}