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
trafficstars

Need help to modify NGINX configuration to add support for the the module **js**. This module allows to use a really light and customized Drupal bootstrap for AJAX callback. The...

Hello, I need to set up multisite installation in subdomain folders, like: sub.example.com/site1 sub.example.com/site2 sub.example.com/site3 and a site on the subdomain: sub.example.com. I need your help, how to set up...

I have upgraded php to 5.6 in order to get some mailchimp functionality to work, including upgrading to php5.6-fpm. At the moment I have both 5.3.\* and 5.6 running but...

I don't know if this a nginx problem, or a drupal side problem, but i'm using this module with nginx and it works, but my users are getting logged out...

i try to add below in drupal.conf try_files $uri $uri/ @drupal; then add below at location @drupal; rewrite ^/(.*)$ /index.php?q=$1; but not working well, can help on it?

I try to block bad referrer, this one: referrer: "http://www.muzformat.com/index.php?productID=807" I change blacklist.conf to: > map $http_referer $bad_referer { > default 0; > ~(?i)(adult|babes|diamond|forsale|girl|jewelry|love|nudit|organic|poker|porn|poweroversoftware|sex|teen|webcam|zippo|casino|replica|muzformat) 1; > } include > if...

nginx -t drops this error: unknown directive "aio" in /etc/nginx/apps/drupal/drupal.conf:144 I can get rid of it just ##'d of course, but I would like to know more about it. I...

Urls starting with progress were failing due to this configuration. It'd be nice to use URLs that may start with the word progress.

I want to redirect from a file - that may or may not no longer exist in /sites/default/files, for example, /sites/default/files/myfile.pdf to /new-location. This doesnt work with the redirect module...

For http2 sites to load in latest builds of Chrom/e/ium (using, for example, Let's Encrypt/certbot certs) the line in nginx.conf: `ssl_ciphers ECDH+aRSA+AESGCM:ECDH+aRSA+SHA384:ECDH+aRSA+SHA256:ECDH:EDH+CAMELLIA:EDH+aRSA:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA;` should be: ssl_ciphers `ECDH+aRSA+AESGCM:ECDH+aRSA+SHA384:ECDH+aRSA+SHA256:ECDH:EDH+CAMELLIA:EDH+aRSA:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:!SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA;` The difference there being...