Adding phpmyadmin to my default site

Dieter Zinke dieterzinke at yahoo.com
Fri Jan 23 23:37:01 MSK 2009


Thanks for the help, Igor, but i fixed it by myself. I forgot to delete this rule in the default config file which results in missing css files etc. :

     # serve static files directly
        location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico)$ {
            root /var/www/nginx-testing;
            access_log        off;
            expires           30d;
            break;
        }



      





More information about the nginx mailing list