smartcloud 0.0.141 → 0.0.142
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/smartcloud/grids/grid-nginx/fastcgi.conf +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1680a39421448be0e5064d10b8056bcf2ad1553d811745e8eeaaa869bc69310
|
4
|
+
data.tar.gz: ec341c0b5a3859cc06ebfbf752375b520b13e5bbba878b12203d10a2e09ea691
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cac79cf4bb0e4cca3a97fce98e1925397f5e16cd04ba1ed7a06c982ca141b024301c5c83d6c42d2ec16dd5d0c356d0f59731d733c575ed8ab816ee73922c2472
|
7
|
+
data.tar.gz: 793a1f5358a1b068e0b6326dea8846e1fe5510771d48e50928c9f9dd037bba382a5530303a3e3edf33b12b2cb05c1c2301fa9d9b883f19ec1db9fd115c18bd8d
|
@@ -1,5 +1,5 @@
|
|
1
1
|
client_max_body_size 0; # Git pushes can be massive, just to make sure nginx doesn't suddenly cut the connection add this. Setting to 0 disables checking of client_max_body_size
|
2
|
-
|
2
|
+
fastcgi_buffering off; # disables buffering of responses from the FastCGI server on nginx
|
3
3
|
|
4
4
|
include fastcgi_params; # Include the default fastcgi configs
|
5
5
|
|