smartcloud 0.0.100 → 0.0.101

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b203046be0d0fb02cb1b598df46eab901b5d808d33dd16645e35f794168d18f1
4
- data.tar.gz: 826701212956c9d8162f3751f704d5f6878f5b9dfbfcfa58d27ceaa8104915c4
3
+ metadata.gz: da509bb8a43c0fa4bd5249f9376ac9dde43ea9e97ef42be5b082f3b91712eee5
4
+ data.tar.gz: 1363f3eddca16d20ed34e7a75322465d92c1e54eb21798a6309db8ded61d7b87
5
5
  SHA512:
6
- metadata.gz: f79a1a27abaeb07f27839310fb828e65c2da64cb8c324e30dc4cdf16393b0249639a6c65a07a20c9342a1be810809e71f050107b67b8c9890676f2837fc64315
7
- data.tar.gz: 804e9cceb75a656675934faef7f2a2afbe831e6fd3294cbfbc9340c2c2b3c2785b1d6d4d27b899f77b3c092f0096a652342c11f584aee5ae777607957d9700ca
6
+ metadata.gz: e324be2815de00140660df9ad151a49da654caa01f15fab28c0bca3b6da9332bf1bc968cb596041509046940ad7b4cf558fbcd23fe90eb7f5fecdc294ab7005a
7
+ data.tar.gz: 0e4475ebef34c42702ea037e408a5053faf2004fc1e7baa05d993269f5a3201702bd9304734309674b3a74eba2e5a5481db8b598a4e19cb2e9a8c0293877506c
@@ -1,8 +1,9 @@
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
- fastcgi_buffering off; # disables buffering of responses from the FastCGI server
2
+ fastcgi_buffering off; # disables buffering of responses from the FastCGI server to nginx
3
3
 
4
4
  include fastcgi_params; # Include the default fastcgi configs
5
5
 
6
+ fastcgi_param NO_BUFFERING 1; # disables buffering of fcgiwrap
6
7
  fastcgi_param SCRIPT_FILENAME /usr/libexec/git-core/git-http-backend; # Tells fastcgi to pass the request to the git http backend executable.
7
8
  fastcgi_param PATH_INFO $uri; # Takes the capture group from our location directive and gives git that.
8
9
  fastcgi_param REMOTE_USER $remote_user; # Forward REMOTE_USER as we want to know when we are authenticated
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.100
4
+ version: 0.0.101
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard