( errotan | 2013. 10. 14., h – 19:08 )

location / { try_files $uri @rewrite; }

^ elé ezt kéne írni:

location ~ ^/thebuggenie/(.*\.)(png|gif|jpg|jpeg|js|css|ico)$ {

alias /eleresi/ut/thebuggenie/$1$2;

}

location ~ ^/thebuggenie/.* {

include fastcgi_params;
fastcgi_pass unix:/run/php5-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /eleresi/ut/thebuggenie/index.php;

}