satorix-rails 1.1.1 → 1.1.2

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: 880f56910a16c4e1f38bd06c380cae777dc40483
4
- data.tar.gz: f11f768639597c78583b033f197a67f7637e4e4b
3
+ metadata.gz: ea69f318d33aa1f658b2189bfe2027a407657d67
4
+ data.tar.gz: 931a8ed3d24b835e268c740ae3aaf9aaa2eb6403
5
5
  SHA512:
6
- metadata.gz: 0471d495a6c0639af995d192a79e9059b172ccf96f4ca2702ee23621fc3064e2541c7812b6c84d37d48ccead726d9d14ed21617bf9fcbecdc3089ee868fd4c52
7
- data.tar.gz: 0d60892ce2da0b2f412a1f2a6f5ad1b25cd4b8859b3b04ef1ff0280e4504c8adbe579606847c7d13f0123ca02ec2117305c6614a60019e59a3bc34409989817d
6
+ metadata.gz: 32e46008825d1d80ad6d2e0e8f3623d4a6536902047067674b53943e5c27f7f10528989f5fb93e0932bf32a07d06ee44df6159168b4326484007239216c4a4f0
7
+ data.tar.gz: 8ef2a83b2998fcacefe60d9a0712349ceab7f7c401b268ff703944937203ed19f738528a55196e560515faf3098aefe033f3c9240cbadde2d1b748d4aa0a12e9
@@ -1,15 +1,15 @@
1
-
2
1
  # Page-level Redirects
3
2
  #
3
+ # Prevent Nginx from adding the internal app port to the rewrite, aka port 8080
4
+
5
+ port_in_redirect off;
6
+
4
7
  # Define your own custom page-level redirects below.
5
8
  #
6
9
  # Examples:
7
10
  # Standard single page redirects:
8
- # location = /old-page-1 { return 301 $scheme://$server_name/new-page-1; }
9
- # location = /old-page-2 { return 301 $scheme://$server_name/new-page-2; }
10
- # Do not work:
11
- # # Redirects to port 8080
12
- # location = /asdf2 { return 301 /process; }
11
+ # location = /old-page-1 { return 301 /new-page-1; }
12
+ # location = /old-page-2 { return 301 /new-page-2; }
13
13
 
14
14
 
15
15
 
@@ -1,7 +1,7 @@
1
1
  module Satorix
2
2
  module Rails
3
3
  module Version
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satorix-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Internet Exposure
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-18 00:00:00.000000000 Z
11
+ date: 2017-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: passenger