ruby-nginx 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f05254d3fb1670cd6c832b3d0cff71f7f4d04483c004de96b6ee94917a0bfc8f
4
- data.tar.gz: 4b22e857122735828aea9ab8a506dc2c4d60d8a65caa8893b1810fba70cb3dd4
3
+ metadata.gz: b9a56d7ceb957f43c95f6e5cebf1d42a7cd46a09f3625b54e54e83f3e76d94a9
4
+ data.tar.gz: 9bbbbf29c2a137f7c68f77e9a266e9d0acbbedef55b47aaadad6436a2476ad50
5
5
  SHA512:
6
- metadata.gz: 18ddfaf53cce1326a30c8741ba22773ac0ecc78a336ae4c3418c388345dbea7ff9c62255954a63a336383a55fbdee061a2781995debd90b05b2d4707c8b32851
7
- data.tar.gz: f42671b12a2ad714dfd698e14cb43738b880903cdaf5cc730131bac5d973e93a81012d2b8334c231e151d0b687f04cdf36cf7b7ea695e4c7e88e3c4fc391029e
6
+ metadata.gz: 0de69d714a591acd91cd40a2ef3bc3321a3f187bd5c9305206bf4bae4e608c52740a20088c3035f98cda42d9572bf87fd8acbd14bcc8a1c759716f994ad6914d
7
+ data.tar.gz: f1d52d87b799624478855abdcf5ee23bf09d6545f10d2bcc1cda0de257b824b9ed56e96577fe2a09ec377f276953cc035c0181bd7df139809864ac680583447c
@@ -56,6 +56,7 @@ server {
56
56
 
57
57
  # Do not use the default proxy_temp_path, this is to avoid directory permissions issues.
58
58
  proxy_temp_path <%= options[:temp_path] %> 1 2;
59
+ client_body_temp_path <%= options[:temp_path] %> 1 2;
59
60
 
60
61
  # reverse proxy
61
62
  location @<%= name %> {
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Ruby
4
4
  module Nginx
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
 
7
7
  Version = Gem::Version
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bert McCutchen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-12 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: erb