nginx-conf/conf/includes/Coverage.conf
2023-09-18 16:09:53 -07:00

4 lines
105 B
Plaintext

location / {
root "D://Websites//Expose-MyIT//Coverage";
try_files $uri $uri/ /index.html =404;
}