reverse_proxy 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: fd7a654ee0db628e1d8cd826eaa284355beb6563
4
- data.tar.gz: 6921bff9fe9fcdce24c6151a1a9e910dbd27d12c
3
+ metadata.gz: 3b4fdbbe2b1de7ed071798a6c1ca62bf17e444fd
4
+ data.tar.gz: fcf3b420a6233936ef03c3d30ac782c13e2f2395
5
5
  SHA512:
6
- metadata.gz: f5bc61ef28f897978545e1a611bd2f172e16926da98394fc199186748f0b9762a8d95689ebf9185ea61a464145dc3a5a356ada9a5caee981ab39a0eed86ae6f4
7
- data.tar.gz: 4fc4a47acef6dde4ad4557de8fddd61b39b242078ddba6b82a19b748f12a08f1eee7ad8972f304e9f80c1b0207de28189e1746d1888aec796b019db7e3cac87d
6
+ metadata.gz: d3523daa31125b541555aea44ee019afe108cf6e60e594a4e11c4d8542669668db48d6c7ff45ceb03524936d5c3831bf0f5c5aea6902d813c9c30c14703b1c3c
7
+ data.tar.gz: b23a44d994a6fd0fede79a6b78e9fb493e4f2bd20ceac011113746673ff7c561c9759b56d24d3b5e67635d19d6931b04552564d615a241cc2625cd014fc1af05
@@ -36,6 +36,7 @@ module ReverseProxy
36
36
  worker_rlimit_nofile 8192;
37
37
  pid <%= pid.relative_path_from chroot %>;
38
38
  error_log error.log;
39
+ access_log access.log;
39
40
  events {
40
41
  worker_connections 2048;
41
42
  }
@@ -84,7 +85,7 @@ module ReverseProxy
84
85
  "application_#{proxy.id}"
85
86
  end
86
87
  def gzip_types
87
- proxy.application.mime_types.keys.select do |type|type
88
+ proxy.application.mime_types.keys.select do |type|
88
89
  type.match(/((font)|(^text)|(css)|(script)|(bmp$)|(ml$))/)
89
90
  end.reject{|x|x=="text/html"}.join(" ")
90
91
  end
@@ -1,3 +1,3 @@
1
1
  module ReverseProxy
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reverse_proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Kaufmann