WordPress and Nginx with PHP-FPM
When I installs wordpress running on nginx with php-fpm, I will add the following config lines at nginx virtual host setting to allow static files (image files, document files, etc.) to bypass php-fpm. location / { try_files $uri $uri/…