Skip to content

fix a typo on the production objstorage vhost

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"]
*******************************************

Migrated from D8062 (view on Phabricator)

Merge request reports