
Nginx
w6611415
这个作者很懒,什么都没留下…
展开
-
Nginx - rewrite 不区分大小写进行匹配
Use (?i) to match case-insensitivelyeg: rewrite (?i)/(Cheap-[^\/]+\.html)(.*)$ /filter.php?route=$1 last; c原创 2014-05-28 19:25:15 · 9826 阅读 · 0 评论 -
Nginx - 延长PHP脚本最大执行时间
参考资料:Increase PHP script execution time with Nginx原创 2015-01-26 17:53:01 · 4597 阅读 · 0 评论 -
Nginx - Access denied 问题排查
In your php-fpm www.conf set security.limit_extensions to .php or .php5 or whatever suits your environment. For some users, completely removing all values or setting it to FALSE was the only way t原创 2014-11-02 21:53:56 · 11082 阅读 · 0 评论