摘要: location ~* (runtime|application)/{ return 403; } location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } 阅读全文
posted @ 2025-10-02 03:38 风意不止 阅读(7) 评论(0) 推荐(0)