location / { try_files $uri $uri/ @page;}
location @page { rewrite ^(.*)$ /index.php/$1;}
location ~ /\.ht { deny all;}
参考try_files资料
Nginx的try_files指令详解_zzhongcy的博客-CSDN博客_nginx try_files
posted @ 2022-08-04 23:01 饭 阅读(265) 评论(0) 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。