nginx-conf/conf/includes/wwwroot.conf
2023-09-18 16:11:14 -07:00

4 lines
92 B
Plaintext

location / {
root "C://SAM_2.1.10//Result";
try_files $uri $uri/ /index.html =404;
}