File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 210210 end
211211 it do
212212 is_expected . to contain_pulpcore__apache__fragment ( 'gpg_key_proxy' )
213- . with_https_content ( %r{ProxyPass /katello/api/v2/repositories/ https ://foo\. example\. com/katello/api/v2/repositories/} )
213+ . with_https_content ( %r{ProxyPass /katello/api/v2/repositories/ h2 ://foo\. example\. com/katello/api/v2/repositories/} )
214214 end
215215 end
216216
Original file line number Diff line number Diff line change 1- ProxyPass /katello/api/v2/repositories/ <%= @foreman_url %> /katello/api/v2/repositories/
1+ ProxyPass /katello/api/v2/repositories/ <%= @proxy_foreman_url %> /katello/api/v2/repositories/
22 <Location /katello/api/v2/repositories/>
3- ProxyPassReverse <%= @foreman_url %> /
3+ ProxyPassReverse <%= @proxy_foreman_url %> /
44 </ Location>
55 SSLProxyEngine On
You can’t perform that action at this time.
0 commit comments