7 messages in ru.sysoev.nginxRe: Adding phpmyadmin to my default site
FromSent OnAttachments
Dieter ZinkeJan 23, 2009 1:53 am 
Igor SysoevJan 23, 2009 2:30 am 
Dieter ZinkeJan 23, 2009 3:40 am 
Igor SysoevJan 23, 2009 3:54 am 
Dieter ZinkeJan 23, 2009 4:43 am 
Igor SysoevJan 23, 2009 5:41 am 
Dieter ZinkeJan 23, 2009 12:36 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Adding phpmyadmin to my default siteActions...
From:Dieter Zinke (diet@yahoo.com)
Date:Jan 23, 2009 12:36:38 pm
List:ru.sysoev.nginx

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; }