This commit is contained in:
2023-09-18 16:09:53 -07:00
parent 59d2ef6e44
commit fbfb1d0482
11 changed files with 185 additions and 41 deletions

View File

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