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

From [the documentation](http://nginx.org/en/docs/http/ngx_http_headers_module.html): > There could be several add_header directives. These directives are inherited from the previous level if and only if there are no add_header directives defined on the...

How do I block a specific referer (e.g. example.com)?

Hello, i followed the tutorial here https://github.com/perusio/drupal-with-nginx , but at the point to restart nginx, i got this error in logs: `2015/03/01 09:55:53 [emerg] 10763#0: unknown directive "aio" in /etc/nginx/apps/drupal/drupal.conf:149`

I would like to use perusio's configuration for a drupal multisites installation with multiples drupal sub file systems. My drupal installation will be like sites/www.exemple1.com/files sites/www.exemple2.com/files sites/www.exemple3.com/files The apps/drupal/drupal.conf file...

In `drupal.conf`, the location directive for private file serving doesn't match requests with a language prefix. I've fixed this by changing: `location ^~ /system/files/ {` to: `location ~* /system/files/ {`

I'm using the module subfolders domains (https://www.drupal.org/project/subfolders_domain) to create domains as subfolders(uri) of my main domain. PS: This module is using the module Domain Access This module create symbolic links...

Is drupal-with-nginx recommended for busy production servers? Thanks

Hi, My configuration - drupal-with-nginx D6 branch - single php-fpm pool running on 127.0.0.1 port 9000 (connection to nginx using upstream_phpcgi_tcp.conf) - Ubuntu 12.04 LTS Recently, I have noticed is...

Using drupal_boost.conf, auth microcache is enabled and when i send quickly an admin form, i get back on the cache page so changes are not visible and drupal message isn't...

Hi, and thank for this drupal nginx conf. How can i exclude path "filefield_nginx_progress/[upload-id]" from micro cache ? Seems like we can't use regex in map_cache.conf