Last active
March 25, 2016 20:57
-
-
Save mwkorver/a9e7f038417e37ff4fb0 to your computer and use it in GitHub Desktop.
Revisions
-
mwkorver revised this gist
Mar 25, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ <HttpErrorCodeReturnedEquals>403</HttpErrorCodeReturnedEquals> </Condition> <Redirect> <HostName>maptilerworkshop.elasticbeanstalk.com</HostName> <ReplaceKeyPrefixWith>?tile=</ReplaceKeyPrefixWith> <HttpRedirectCode>303</HttpRedirectCode> </Redirect> -
mwkorver revised this gist
Feb 10, 2016 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,5 @@ <ReplaceKeyPrefixWith>?tile=</ReplaceKeyPrefixWith> <HttpRedirectCode>303</HttpRedirectCode> </Redirect> </RoutingRule> </RoutingRules> -
mwkorver created this gist
Feb 9, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <RoutingRules> <RoutingRule> <Condition> <HttpErrorCodeReturnedEquals>403</HttpErrorCodeReturnedEquals> </Condition> <Redirect> <HostName>[app name here].elasticbeanstalk.com</HostName> <ReplaceKeyPrefixWith>?tile=</ReplaceKeyPrefixWith> <HttpRedirectCode>303</HttpRedirectCode> </Redirect> </RoutingRule>