location / {
index index.html;
try_files $uri $uri/ @rewriteapp;
}
location @rewriteapp {
rewrite ^(.*)$ $1.html last;
}
版权属于:大卫科技Blog
本文链接:https://www.iyuu.cn/archives/504/
转载时须注明出处
location / {
index index.html;
try_files $uri $uri/ @rewriteapp;
}
location @rewriteapp {
rewrite ^(.*)$ $1.html last;
}
版权属于:大卫科技Blog
本文链接:https://www.iyuu.cn/archives/504/
转载时须注明出处
location / {
index index.html;
try_files $uri $uri/ @rewriteapp;
}
location @rewriteapp {
rewrite ^(.*)$ $1.html last;
}
版权属于:大卫科技Blog
本文链接:https://www.iyuu.cn/archives/504/
转载时须注明出处