You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ The following variables are available to configure the role:
34
34
-**nginx_drupal_php_handling**: The PHP handling method, one of "php-fpm",
35
35
"php-cgi" or "proxy", defaults to "php-fpm".
36
36
-**nginx_drupal_escape_uri**: Whether or not to escaped URIs, defaults to
37
-
false. **No implemented**
37
+
false.
38
38
-**nginx_drupal_use_boost**: Whether or not [Boost](http://drupal.org/project/boost)
39
-
is used, defaults to false. **No implemented**
39
+
is used, defaults to false.
40
40
-**nginx_drupal_use_drush**: Whether or not [Drush](https://github.com/drush-ops/drush)
41
41
is used, defaults to true.
42
42
-**nginx_drupal_allow_install**: Whether or not to allow access to the
@@ -64,6 +64,10 @@ The following variables are available to configure the role:
64
64
(cf. http://wiki.nginx.org/HttpFlvStreamModule), defaults to false.
65
65
-**nginx_drupal_mp4_streaming**: Whether or not to use MP4 streaming, (cf.
66
66
http://nginx.org/en/docs/http/ngx_http_mp4_module.html) defaults to false.
67
+
-**nginx_drupal_ssl_protocols**: List of protocols to enable, defaults to SSLv3, TLSv1, TLSv1.1, TLSv1.2
68
+
-**nginx_drupal_ssl_ecdh_curve**: Curve to use for ECDH, defaults to secp521r1
69
+
-**nginx_drupal_ssl_ciphers**: Ciphers to use
70
+
defaults to "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"
67
71
-**nginx_drupal_http_pre_includes**: A list of file to include in the
68
72
```http``` context (in ```nginx.conf```), before any other directives.
69
73
-**nginx_drupal_http_post_includes**: A list of file to include in the
0 commit comments