drupal-with-nginx

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
rayster's picture

Drupal 7: New image uploaded but Styles not created

gkom's picture

[Solved] Blank screen when logging in with admin rights

Hello,

I'm in the process of moving my D7 site to nginx but I have run into the following problem.

When I log in using an account with some administrative privileges I get a blank screen. When I login as a normal authenticated user everything works fine.

Does anybody have any idea what might be causing this?

This is my config:

nginx.conf

user nginx;
worker_processes 1;

error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;

events {
worker_connections 1024;
}

http {
include /etc/nginx/mime.types;

Read more
likewhoa's picture

NGINX microcaching producing high FBT times.

I have a site setup were I am benchmarking boost with nginx vs nginx with microcaching and it shows that using microcaching produces a First Byte Time of around 0.984s while nginx+boost without microcaching produces 0.257s.

I know that microcaching should be producing better or similar numbers but in my case it's the appositive.

I like to get to the bottom of this odd issue.

P.S I am using perusio's d6 branch

Read more
Subscribe with RSS Syndicate content