Skip to content

Commit 221c987

Browse files
author
Pierre Buyle
committed
Issue #14 by @zanami
1 parent 7280d97 commit 221c987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following variables are available to configure the role:
5555
authenticated users, defaults to false.
5656
- **nginx_drupal_upload_progress**: Whether or not to use upload progress (this
5757
require the
58-
- **nginx_drupal_use_aio**: Whether or not to use AIO to server video and audio
58+
- **nginx_drupal_aio**: Whether or not to use AIO to server video and audio
5959
file, defaults to true.
6060
- **nginx_drupal_flv_streaming**: Whether or not to use FLV pseudo streaming
6161
(cf. http://wiki.nginx.org/HttpFlvStreamModule), defaults to false.

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ nginx_drupal_microcache: true
2020
nginx_drupal_microcache_auth: false
2121
nginx_drupal_upload_progress: true
2222
nginx_drupal_aio: true
23-
nginx_drupal_flv_streaming: true
24-
nginx_drupal_mp4_streaming: true
23+
nginx_drupal_flv_streaming: false
24+
nginx_drupal_mp4_streaming: false
2525
nginx_drupal_http_core:
2626
client_max_body_size: "10m"
2727
ssl_session_cache: true

0 commit comments

Comments
 (0)