Apache Rewrite规则转Nginx Rewrite规则
不知道怎么把Apache Rewrite 规则转换成Nginx Rewrite配置的童鞋可以通过一个自动化的linux命令行工具apache2nginx进行Rewrite规则转换。
使用apache2nginx能将apache的配置文件转换成相应的nginx的配置文件。源代码在github上:
https://github.com/nhnc-nginx/apache2nginx
使用方法:
apache2nginx -f /etc/httpd/conf/httpd.conf 将生成 nginx.conf
另外还可以在线转换:
Apache转换到Nginx Rewrite:
http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
Apache、Lighttpd、IIS转换到Nginx Rewrite:
http://www.onexin.net/rewrite.php
本文作者:未来往事
本站使用「署名 4.0 国际」创作共享协议,可自由转载、引用,但需署名作者且注明文章出处
过来学习下。支持下博主。以后相互交流交流。