Page MenuHomeSoftware Heritage

fix a typo on the production objstorage vhost
ClosedPublic

Authored by vsellier on Jun 30 2022, 4:40 PM.

Details

Test Plan

moma:

diff origin/production/moma.softwareheritage.org current/moma.softwareheritage.org
*******************************************
  Concat::Fragment[nginx-swh-objstorage-header] =>
   parameters =>
     content =>
      @@ -4,5 +4,5 @@
      _
      _
      -  server_name           objstorage.softwarehritage.org objstorage.internal.softwareheritage.org moma.internal.softwareheritage.org moma 127.0.0.1 localhost ::1;
      +  server_name           objstorage.softwareheritage.org objstorage.internal.softwareheritage.org moma.internal.softwareheritage.org moma 127.0.0.1 localhost ::1;
         client_max_body_size 4G;
      _
*******************************************
  Concat_fragment[nginx-swh-objstorage-header] =>
   parameters =>
     content =>
      @@ -4,5 +4,5 @@
      _
      _
      -  server_name           objstorage.softwarehritage.org objstorage.internal.softwareheritage.org moma.internal.softwareheritage.org moma 127.0.0.1 localhost ::1;
      +  server_name           objstorage.softwareheritage.org objstorage.internal.softwareheritage.org moma.internal.softwareheritage.org moma 127.0.0.1 localhost ::1;
         client_max_body_size 4G;
      _
*******************************************
  Nginx::Resource::Server[nginx-swh-objstorage] =>
   parameters =>
     server_name =>
      - ["objstorage.softwarehritage.org objstorage.internal.softwareheritage.org", "moma.internal.softwareheritage.org", "moma", "127.0.0.1", "localhost", "::1"]
      + ["objstorage.softwareheritage.org objstorage.internal.softwareheritage.org", "moma.internal.softwareheritage.org", "moma", "127.0.0.1", "localhost", "::1"]
*******************************************

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.