Nginx + CodeIgniter 참고 Getting Nginx + PHP5 + PHP-FPM + CodeIgniter to work on Debian Squeeze location / { # Check if a file exists, or route it to index.php. try_files $uri $uri/ /index.php; } if (!-e $request_filename ) { rewrite ^(.*)$ /index.php last; } lang/php 2013.01.25