标签:try class cat file ant static design root web
location / {
root /Users/heyang/Desktop/web/static;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
标签:try class cat file ant static design root web
原文地址:https://www.cnblogs.com/kkvt/p/13214650.html