hello,
i have moved my dolphin site from a shared hosting to a dedicated server
and i always get 502 error from my nginx when i try to open the dolphin site.
i have a myinfo.php file created which is answering with phpinfo() and it
is loading without problems. all the needed settings are done like told
in the tutorials here at boonex.
rewrite rules for nginx are sitting inside server config and location / {...}
my setup looks like this:
nginx v0.8.54
php v5.3.9 (FPM/FastCGI)
varnish v2.1.5
nginx is serving on port 8080 where varnish sits infront of it and
is serving on port 80. i also have ispconfig3 running without problems.
anyone got an idea how do solve my problem?
is there something special i have todo with htaccess files?