Skip to content

Commit

Permalink
correct fixture files
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Apr 10, 2024
1 parent b081fb0 commit b60538a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ood-portal-generator/spec/fixtures/ood-portal.conf.all
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Listen 8080
ServerAlias foo.example.com

RewriteEngine On
RewriteRule ^(.*) https://test.proxy.name:8080$1 [R=301,NE,L]
RewriteRule ^(.*) https://%{HTTP_HOST}:8080$1 [R=301,NE,L]
</VirtualHost>

# The Open OnDemand portal VirtualHost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
ServerName example.com

RewriteEngine On
RewriteRule ^(.*) https://example.com:443$1 [R=301,NE,L]
RewriteRule ^(.*) https://%{HTTP_HOST}:443$1 [R=301,NE,L]
</VirtualHost>

# The Open OnDemand portal VirtualHost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
ServerName example.com

RewriteEngine On
RewriteRule ^(.*) https://example.com:443$1 [R=301,NE,L]
RewriteRule ^(.*) https://%{HTTP_HOST}:443$1 [R=301,NE,L]
</VirtualHost>

# The Open OnDemand portal VirtualHost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
ServerName example.com

RewriteEngine On
RewriteRule ^(.*) https://example.com:443$1 [R=301,NE,L]
RewriteRule ^(.*) https://%{HTTP_HOST}:443$1 [R=301,NE,L]
</VirtualHost>

# The Open OnDemand portal VirtualHost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
ServerName ondemand.example.com

RewriteEngine On
RewriteRule ^(.*) https://ondemand.example.com:443$1 [R=301,NE,L]
RewriteRule ^(.*) https://%{HTTP_HOST}:443$1 [R=301,NE,L]
</VirtualHost>

# The Open OnDemand portal VirtualHost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
ServerName example.com

RewriteEngine On
RewriteRule ^(.*) https://example-proxy.com:443$1 [R=301,NE,L]
RewriteRule ^(.*) https://%{HTTP_HOST}:443$1 [R=301,NE,L]
</VirtualHost>

# The Open OnDemand portal VirtualHost
Expand Down

0 comments on commit b60538a

Please sign in to comment.