Igor R. Plity

Results 22 comments of Igor R. Plity

@kkomelin Thanks for recommendations. I'll recreate it in separate pull requests.

You can specify referrers in blacklist.conf

What are the "listen" directives in your 5.3 and 5.6 php-fpm pools? They should use different ports. Check if the "server" directive in upstream_phpcgi_tcp.conf is matching to configured pools for...

Hi, for example, I use these rules for sites that have been upgraded/downgraded between D6/D7 cores.

Which version of Drupal 7 do you have installed? In 7.42 [this issue](https://www.drupal.org/node/2599326) was fixed. Also, take a look at this [tread](https://github.com/perusio/drupal-with-nginx/issues/226)

I confirm, this regression appears after update to 7.42 ``` An AJAX HTTP error occurred. HTTP Result Code: 404 Debugging information follows. Path: http://www.example.com/index.php?q=taxonomy/autocomplete/field_tags StatusText: Not Found ResponseText: 404 Not...

No, it is not security fix. To keep Drupal core as is, edit your Nginx config as described in [this comment](https://www.drupal.org/node/2599326#comment-10828976) But, I don't think that allowing direct access to...

To prevent allowing direct access to index.php is written a little module [Autocomplete Unblock](https://www.drupal.org/sandbox/irystonnet/2821464) The sandbox project is located at https://www.drupal.org/sandbox/irystonnet/2821464 Opened issue on Drupal.org Project applications https://www.drupal.org/node/2821473 To use...

To prevent allowing direct access to index.php is written a little module [Autocomplete Unblock](https://www.drupal.org/sandbox/irystonnet/2821464) The sandbox project is located at https://www.drupal.org/sandbox/irystonnet/2821464 Opened issue on Drupal.org Project applications https://www.drupal.org/node/2821473 To use...