9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
location / {
|
|
# 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;
|
|
}
|
|
} |