drupal-with-nginx
drupal-with-nginx copied to clipboard
Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
Hello guys, I just upgrade nginx to the latest stable version (1.10). The are some several module changes for spdy and other ones. spdy is now handled by http2 module...
First off, this config works great. It took me a bit to get it up and going, but now my site has been pulled out of the mucky slow response...
I have a staging server and a production server one is using the D7 branch and one the master branch. I have created a views services output which normally creates...
This is more of a request for assistance than an issue so apologies if it shouldn't have been posted here. Hopefully someone can help though! I'm trying to get Rainloop...
Hi there, It appears that my Nginx microcache never gets hit. I've been monitoring the headers as an anonymous user from a Firefox private browsing session, and I re-visit the...
Hello, I used most of the NginX config here and so far it's working nice and smooth for Drupal. But now I'd like to have another software installed in a...
apps/drupal/microcache_fcgi.conf has the following: ``` ## The Cache-Control and Expires headers should be delivered untouched ## from the upstream to the client. fastcgi_ignore_headers Cache-Control Expires; ## Bypass the cache. fastcgi_cache_bypass...
I have been testing this configuration locally and I keep getting these 502 Bad Gateway. They appear to happen when there is a redirect to a URL with arguments. An...
The new feature performs the count asynchronously after page load rather than during page generation by sending a request to /modules/statistics/statistics.php. I had to add the following to my site...
After upgrading from Drupal 6.36 to 6.37, typing in form elements that have an autocomplete started causing a 404 error popup. The AJAX request is now using a non-clean URL,...