nginx apache reverse proxy

Events happening in the community are now at Drupal community events on www.drupal.org.
demon326's picture

Drupal 7 images problem

Okay, the problem is simple: images generated by drupal 7's image system in nodes won't show up and i'm getting pissed because it won't work, even with all the info here...

Setup:
Nginx(80)--->apache(8080)(php backend)

Image part in the vhost:

location @rewrite {
    proxy_pass  http://mydomain.tld:8080/index.php?q=$uri;
}



## Drupal 7 generated image handling, i.e., imagecache in core. See:
    ## https://drupal.org/node/371374.
    location ~* /files/styles/ {
        access_log off;
        expires 30d;
        try_files $uri @rewrite;
    }
Read more
demon326's picture

Help needed with nginx boost/rewrite rules..

Hello all,

For the moment im using nginx as fronted for apache, but I'd like to get rid of the htaccess in drupal so apache doesn't use more resources then needed, but that means that i need to get boost and the rewrite rules in it, and thats the part when i got stuck.

Read more
yakovyarmo's picture

a tutorial on how to install nginx 1.*.* as reverse proxy for apache and drupal (include boost image cache and etc')?

Can anyone please explain or upload a brief tutorial on how to integrate apache with nginx as reverse proxy and still use boost and other apache module?

And what kind of cahce is better (boost or native nginx)?
(I saw a long thread about it but i kind of lost it to the end)

limudnaim

Read more
Subscribe with RSS Syndicate content