desktop-vp94spb

This commit is contained in:
2023-12-28 14:40:13 -07:00
parent 59d2ef6e44
commit fa619af527
10 changed files with 181 additions and 53 deletions

View File

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