rconf 0.9.24 → 0.9.25
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rconf/configurators/passenger_configurator.rb +10 -10
- data/lib/rconf/version.rb +1 -1
- metadata +5 -5
@@ -283,7 +283,7 @@ http {
|
|
283
283
|
|
284
284
|
location /direct_library/
|
285
285
|
{
|
286
|
-
proxy_pass http://library.rightscale.local:
|
286
|
+
proxy_pass http://library.rightscale.local:3001/;
|
287
287
|
proxy_set_header X-Embedded on;
|
288
288
|
proxy_set_header X-Relative-Root library;
|
289
289
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
@@ -291,7 +291,7 @@ http {
|
|
291
291
|
|
292
292
|
location /library_rest/
|
293
293
|
{
|
294
|
-
proxy_pass http://library.rightscale.local:
|
294
|
+
proxy_pass http://library.rightscale.local:3001/;
|
295
295
|
proxy_set_header X-Embedded on;
|
296
296
|
proxy_set_header X-Relative-Root library;
|
297
297
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
@@ -299,7 +299,7 @@ http {
|
|
299
299
|
|
300
300
|
location /library/publishing_assistant/image_upload_callback/
|
301
301
|
{
|
302
|
-
proxy_pass http://library.rightscale.local:
|
302
|
+
proxy_pass http://library.rightscale.local:3001/publishing_assistant/image_upload_callback/;
|
303
303
|
proxy_set_header X-Relative-Root library;
|
304
304
|
proxy_set_header X-Embedded on;
|
305
305
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
@@ -307,7 +307,7 @@ http {
|
|
307
307
|
|
308
308
|
location ~ ^/library/publishing_organizations/(.+)/image_upload_callback
|
309
309
|
{
|
310
|
-
proxy_pass http://library.rightscale.local:
|
310
|
+
proxy_pass http://library.rightscale.local:3001/publishing_organizations/$1/image_upload_callback?$args;
|
311
311
|
proxy_set_header X-Relative-Root library;
|
312
312
|
proxy_set_header X-Embedded on;
|
313
313
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
@@ -315,17 +315,17 @@ http {
|
|
315
315
|
|
316
316
|
# library static assets get proxied directly to the library app
|
317
317
|
location ~ ^/library/(.*)\.(css|js)$ {
|
318
|
-
proxy_pass http://library.rightscale.local:
|
318
|
+
proxy_pass http://library.rightscale.local:3001/$1.$2;
|
319
319
|
}
|
320
320
|
|
321
321
|
# Library images are sent straight to the library
|
322
322
|
location /library_images/ {
|
323
|
-
proxy_pass http://library.rightscale.local:
|
323
|
+
proxy_pass http://library.rightscale.local:3001/library_images/;
|
324
324
|
}
|
325
325
|
|
326
326
|
location /api/reporting/
|
327
327
|
{
|
328
|
-
proxy_pass http://library.rightscale.local:
|
328
|
+
proxy_pass http://library.rightscale.local:3001/report_service_proxy/;
|
329
329
|
proxy_set_header X-Relative-Root library;
|
330
330
|
proxy_set_header X-Embedded on;
|
331
331
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
@@ -371,7 +371,7 @@ http {
|
|
371
371
|
|
372
372
|
location /direct_global/
|
373
373
|
{
|
374
|
-
proxy_pass http://global.rightscale.local:
|
374
|
+
proxy_pass http://global.rightscale.local:3001/;
|
375
375
|
proxy_set_header X-Embedded on;
|
376
376
|
proxy_set_header X-Relative-Root global/;
|
377
377
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
@@ -379,14 +379,14 @@ http {
|
|
379
379
|
|
380
380
|
location /global_rest/
|
381
381
|
{
|
382
|
-
proxy_pass http://global.rightscale.local:
|
382
|
+
proxy_pass http://global.rightscale.local:3001/;
|
383
383
|
proxy_set_header X-Relative-Root global/;
|
384
384
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
385
385
|
}
|
386
386
|
|
387
387
|
location ~ ^/global/users/(.+)/openid_consume
|
388
388
|
{
|
389
|
-
proxy_pass http://global.rightscale.local:
|
389
|
+
proxy_pass http://global.rightscale.local:3001/users/$1/openid_consume?$args;
|
390
390
|
proxy_set_header X-Relative-Root global;
|
391
391
|
proxy_set_header X-Embedded on;
|
392
392
|
proxy_set_header X-Core-Site-Domain 'right-site.rightscale.local';
|
data/lib/rconf/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rconf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.25
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-09-27 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &70216575231940 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '2.5'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70216575231940
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: flexmock
|
27
|
-
requirement: &
|
27
|
+
requirement: &70216575228820 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '0.9'
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70216575228820
|
36
36
|
description: ! 'rconf configures the environment for a given application. rconf reads
|
37
37
|
|
38
38
|
the content of an application configuration file and installs and/or
|