Compare commits

..

1 Commits

Author SHA1 Message Date
cb187a5db3 034E8FF1ED4D1F6 2025-06-08 14:05:14 -07:00

View File

@ -13,7 +13,7 @@ http {
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf"; include "includes/html-error.conf";
location / { location / {
root "D:/7-Question"; root "V:/7-Question";
autoindex on; autoindex on;
autoindex_format json; autoindex_format json;
} }