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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea69f318d33aa1f658b2189bfe2027a407657d67
|
|
4
|
+
data.tar.gz: 931a8ed3d24b835e268c740ae3aaf9aaa2eb6403
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
9
|
-
# location = /old-page-2 { return 301
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: passenger
|