Port change

Quartz testing
This commit is contained in:
2024-08-06 08:44:49 -07:00
parent 41c7d181cd
commit edd3b82e65
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,9 @@
location / {
root "D://www";
# root "D://www";
# root "L://Git//jackyzha0-quartz-phares//public";
root "L://DevOps//Mesa_FI//jackyzha0-quartz-infineon//public";
index index.html index.htm;
location / {
try_files $uri $uri.html $uri/ =404;
}
}