PHP 5.5.0 (w/OPCache), Nginx, MySQL & Postfix install guide for Ubuntu 12.04 LTS (github.com) 1 points by magnetikonline 13y ago ↗ HN
[–] [dead] Nodex 13y ago ↗ In https://github.com/magnetikonline/webserverinstall.ubuntu12.... you shouldn't use if(-f ....You should use a try_files as it's a lot more optimised.If's are evil in Nginx and should be avoided as much as possible
1 comment
[ 3.2 ms ] story [ 12.0 ms ] threadYou should use a try_files as it's a lot more optimised.
If's are evil in Nginx and should be avoided as much as possible