nginx下面CodeIgniter rewrite规则

网友投稿 543 2022-11-03

nginx下面CodeIgniter rewrite规则

nginx下面CodeIgniter rewrite规则

server{ listen 80; server_name dev.xxx.bigoedu.com; root /mnt/share/xxx.com/mfxxapi; index index.php; location ~ .*.php?$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include fastcgi.conf; index index.php index.html; } if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?s= last; }}

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:求最大公约数和最小公倍数
下一篇:centos下面升级MariaDB mysql
相关文章

 发表评论

暂时没有评论,来抢沙发吧~