addhandlers:
- { handler: "proxy:unix:/var/run/php5-fpm-nissan.sock|fcgi://./" , extensions: '.php' }
rewrites:
+ - comment: 'umleiten auf www'
+ rewrite_cond:
+ - '%{literal("%")}{HTTP_HOST} !^www\.' [NC]
+ - '%{literal("%")}{HTTP_HOST} !^$'
+ rewrite_rule:
+ - ^(.*)$ https://www.%{literal("%")}{HTTP_HOST}$1 [R=301,L]
- comment: 'Alles auf https umleiten.'
rewrite_cond:
- '%{literal("%")}{HTTPS} !=on'
rewrite_rule:
- - ^(.*)$ https://%{literal("%")}{HTTP_HOST}$1 [R=302,L]
+ - ^(.*)$ https://%{literal("%")}{HTTP_HOST}$1 [R=301,L]
# - comment: 'Rewrite / to soon'
# rewrite_rule:
# - '^/$ https://%{literal("%")}{HTTP_HOST}/soon [R=302,L]'