FFan丶Blog / ICMS / / ICMS通用Nginx伪静态规则

ICMS通用Nginx伪静态规则

分类:ICMS 发布时间:2021-10-09 09:57:24来源:FFan丶Blog
location / { index  index.html index.htm index.php; try_files $uri $uri/ /rewrite.php?$args; }...

location / {

index  index.html index.htm index.php;

try_files $uri $uri/ /rewrite.php?$args;

}

猜你喜欢