drupal-with-nginx icon indicating copy to clipboard operation
drupal-with-nginx copied to clipboard

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.

Results 100 drupal-with-nginx issues
Sort by recently updated
recently updated
newest added

Following instructions in nginx.conf, I uncommented the `include map_https_forwarded_proto.conf;` line in `nginx.conf` when using nginx as a HTTPS reverse-proxy. This causes the following error: `[emerg] the duplicate "https" variable in...

I all, First of all EXCUSE ME guys, I'm here after no success in other places like https://drupal.org/node/2174961 and http://drupal.stackexchange.com/questions/102176/redirect-does-not-work-on-nginx but I'm desperately looking for an answer. And the first...

I am attempting to update my server with a newer version of Perusio's config and I was getting this error "nginx: [emerg] no port in upstream "www0" in /etc/nginx/php_fpm_status_vhost.conf" I...

I have had to comment out everything for SSL and changed all the ports to 81 since I have apache2 and varnish running on 8080 and 80 on a live...

I'm trying to integrate this on my ubuntu server, but whenever I test nginx using nginx -t command it always return this error: nginx: [emerg] unknown "no_cache" variable nginx: configuration...

service nginx restart nginx: [emerg] "track_uploads" directive track_upload should be the last directive in the location, after either proxy_pass or fastcgi_pass in /etc/nginx/apps/drupal/drupal.conf:255 nginx: configuration file /etc/nginx/nginx.conf test failed any...

Hi, Thanks for this. its great I heard from many people onine. But When I tried to install it it comes up with many errors. Which I guess because I...

HI, I am getting the following error on a freshly installed system using your configuration (cloned as per instructions). Any ideas? I am using nginx 1.4.1 from the dotdeb repos....

Hello again António, By including apps/drupal/drupal.conf (or the boost vesrion) the choice of PHP-FPM pool has already been set. Is it possible to configure a site (virtual server) to use...

I didn't create a pull request for this because the solution I came up with is ugly. As mentioned in issue #125 , I'm using Nginx behind load balancers and...