Remove v1-staging from server_name
This commit is contained in:
parent
56809ef125
commit
2439cc6327
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ http {
|
|||
server {
|
||||
include server-base.conf;
|
||||
|
||||
server_name v1-staging.quay.io v1.quay.io;
|
||||
server_name v1.quay.io;
|
||||
|
||||
ssl_certificate ../stack/ssl.old.cert;
|
||||
ssl_certificate_key ../stack/ssl.old.key;
|
||||
|
|
Reference in a new issue