nginx vue windows

location / {
autoindex on;
root html/canadaweb;
index index.html index.htm;
try_files uri/ /index.html;
}

你可能感兴趣的:(nginx vue windows)