commit | 1a8d6c1e85689849ed6eb516e0b103917991d1fa | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Jan 04 16:10:23 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Jan 04 16:10:23 2016 +0100 |
tree | c5cfce7fbf30ff2608493e187b8363f26be003df | |
parent | f6a7ee4a1de83005a019e5e13bf96f529012ed11 [diff] |
Don't use options for newer nginx
diff --git a/ceph/files/nginx.conf b/ceph/files/nginx.conf index 7fee2cb..af38fd8 100644 --- a/ceph/files/nginx.conf +++ b/ceph/files/nginx.conf
@@ -9,8 +9,9 @@ client_max_body_size {{ site.client_max_body_size|default('10g') }}; - fastcgi_request_buffering off; - fastcgi_buffering off; + # Following options are available only in nginx 1.7< + # fastcgi_request_buffering off; + # fastcgi_buffering off; location / { fastcgi_pass_header Authorization;