摘要: location ~* (runtime|application)/{ return 403;}location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }} 阅读全文
posted @ 2025-07-30 03:07 JS脚本 阅读(12) 评论(0) 推荐(0)