nginx drupal7 ssl

Events happening in the community are now at Drupal community events on www.drupal.org.
bailsbails's picture

Drupal7 nginx ssl

Hi

I'm trying to get a drupal7 site setup on nginx with everything served via https, with http doing a global rewrite e.g.

server {
server_name mysite.fqdn;
listen :80;
rewrite ^/(.
)$ https://mysite.fqdn/$1 permanent;
}

Read more
Subscribe with RSS Syndicate content