PHP 5.5.0 (w/OPCache), Nginx, MySQL & Postfix install guide for Ubuntu 12.04 LTS
1–2 of 2 posts
Re: PHP 5.5.0 (w/OPCache), Nginx, MySQL & Postfix install guide for Ubuntu 12.04 LTS
#2In 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