drupal-with-nginx
drupal-with-nginx copied to clipboard
Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
Just wondering if this is something we need..?
I'm trying to activate HTTP Strict Transport Security (HSTS) by following [NGINX's official approach](https://www.nginx.com/blog/http-strict-transport-security-hsts-and-nginx/). As I understand it, its a matter of adding a header directive into ssl server block....
Drupal.conf should be updated to block access to Markdown (.md) and YAML (.yml) files by default. With many modules transitioning to README.md etc instead of README.txt, this change is important...
Added yml extension to be denied for Drupal 8
I'm trying to install with no luck yet the library simplesamlphp inside my drupal website. http://mywebsite.com/simplesamlphp should be an alias to /var/www/simplesamlphp. What I did till now: I create a...
Hi, When I click on http://mysite/admin/content/files I got error **404 Not Found**. Any fix? Thanks
I have been investigating a Redirect bug in Drupal 8 where, on redirect, the query string always gets "?q=node/123" tagged onto it, regardless of querystring preservation. See: https://github.com/md-systems/redirect/issues/70#issuecomment-192283378 It appears...
Hi, I'm in the process of setting up & configuring nginx on my Raspberry Pi running Raspbian/Debian "Jessie". Issue at hand is, that even after scouting The Net, trying out...
CORS
I faced with problem where using subdomain and can not execute requests between subdomains. This problem related with CORS. Need to add header: "Access-Control-Allow-Origin", "Access-Control-Allow-Methods", "Access-Control-Allow-Headers" to allow browser execute...