graphql: Add the /graphql redirection in production
Related to swh/infra/sysadm-environment#4804 (closed)
/cc @teams/sysadmin
Merge request reports
Activity
Filter activity
added activity::Deployment label
assigned to @vsellier
Thanks for the validation. I forgot the diff:
moma
diff origin/production/moma.softwareheritage.org current/moma.softwareheritage.org ******************************************* Apache::Vhost[archive.softwareheritage.org_non-ssl] => parameters => proxy_pass => - [{"path"=>"/static", "url"=>"!"}, {"path"=>"/robots.txt", "url"=>"!"}, {"path"=>"/favicon.ico", "url"=>"!"}, {"path"=>"/", "url"=>"http://127.0.0.1:5004/"}] + [{"path"=>"/static", "url"=>"!"}, {"path"=>"/robots.txt", "url"=>"!"}, {"path"=>"/favicon.ico", "url"=>"!"}, {"url"=>"http://graphql.internal.softwareheritage.org/", "path"=>"/graphql/"}, {"path"=>"/", "url"=>"http://127.0.0.1:5004/"}] ******************************************* Concat::Fragment[archive.softwareheritage.org_non-ssl-proxy] => parameters => content => @@ -9,4 +9,6 @@ ProxyPass /favicon.ico ! ProxyPassReverse /favicon.ico ! + ProxyPass /graphql/ http://graphql.internal.softwareheritage.org/ + ProxyPassReverse /graphql/ http://graphql.internal.softwareheritage.org/ ProxyPass / http://127.0.0.1:5004/ ProxyPassReverse / http://127.0.0.1:5004/ ******************************************* Concat_fragment[archive.softwareheritage.org_non-ssl-proxy] => parameters => content => @@ -9,4 +9,6 @@ ProxyPass /favicon.ico ! ProxyPassReverse /favicon.ico ! + ProxyPass /graphql/ http://graphql.internal.softwareheritage.org/ + ProxyPassReverse /graphql/ http://graphql.internal.softwareheritage.org/ ProxyPass / http://127.0.0.1:5004/ ProxyPassReverse / http://127.0.0.1:5004/ ******************************************* *** End octocatalog-diff on moma.softwareheritage.org
staging
*** Running octocatalog-diff on host webapp.internal.staging.swh.network I, [2023-03-15T10:49:20.369946 #127979] INFO -- : Catalogs compiled for webapp.internal.staging.swh.network I, [2023-03-15T10:49:22.242350 #127979] INFO -- : Diffs computed for webapp.internal.staging.swh.network I, [2023-03-15T10:49:22.242445 #127979] INFO -- : No differences *** End octocatalog-diff on webapp.internal.staging.swh.network
Please register or sign in to reply