location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php/$1 last; } }
← 配置对php的支持 配置proxy_pass →