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

Hi, I have a Drupal 8 site running on my Mac locally. The theme's CSS is being compiled using Gulp. Often, after making a change and refreshing the page, the...

Hello Perusio, I HAD come across another article/ post of yours a while back, where you had something that, unfortunately, I cut and paste, however, can't currently find again, that...

I'm expecting some issue with microcache and drupal commerce. Adding product to cart, should redirect to the same product page with content slightly modified for the cart section and a...

These changes allow each vhost to have its own upstream.

I manage several websites from several clients hosted on the same server. I know how to set up the php-fpm pool files to run under unique users and am defining...

https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/ Nginx and 'if' is evil. I wonder if there is any method to get rid of all the if statements?

I'm on a full https d7 install and I use the auto-completion widget for my tags within node creation form. Every time Drupal uses ajax for auto-completion I'll get a...

I was getting an error when using entity reference autocomplete fields, as well as some errors with views ajax with the default configuration. I found this snippet online and it...

You should set HTTP_IF_NONE_MATCH and HTTP_IF_MODIFIED_SINCE: ``` fastcgi_param HTTP_IF_NONE_MATCH $http_if_none_match; fastcgi_param HTTP_IF_MODIFIED_SINCE $http_if_modified_since; ```

If someone has troubles with Adv CSS/JS Agg and in status report sees > The web servers configuration will need to be adjusted. The server should have responded with a...