随笔分类 -  Nginx

摘要:location / { try_files $uri $uri/ /index.php$is_args$query_string; } 阅读全文

posted @ 2022-08-03 18:50 君子不卿 阅读(511) 评论(0) 推荐(0) |

摘要:location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } 阅读全文

posted @ 2022-08-03 18:49 君子不卿 阅读(936) 评论(0) 推荐(0) |

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3

//评论