File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ nginx_drupal_microcache: true
2020nginx_drupal_microcache_auth : false
2121nginx_drupal_upload_progress : true
2222nginx_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
2525nginx_drupal_http_core :
2626 client_max_body_size : " 10m"
2727 ssl_session_cache : true
You can’t perform that action at this time.
0 commit comments