I have been working on two development servers to try out a concept:
1. varnish -> apache > drupal, and
2a. nginx -> apache > drupal, with
2b. nginx -> (jpg, txt).
I have read all good things about running nginx with no modules to server Static Content (images, text files, etc) and it seems to work very well on server 2.
Both development servers are working very well. What I would now like to try is to combine the benefits of both but I do not know which is the preferred setup?
Setup 1.
- varnish -> apache -> drupal, and
- varnish -> nginx -> (jpg, txt); or
Setup 2.
- nginx -> varnish -> apache -> drupal, and
- nginx -> (jpg, txt).
Does anyone have experience with this? Are there examples/configs?
Comments
Comment #1
pobster commentedYou're not asking this question in the correct place, Google for the Drupal High Performance group - you're far more likely to get proper answers to this question there.
Thanks,
Pobster