nginx-conf/conf/includes/wwwroot.conf
2023-12-28 14:40:13 -07:00

4 lines
81 B
Plaintext

location / {
root "D://wwwroot";
try_files $uri $uri/ /index.html =404;
}