Annotations: Reload on custom header changes. (#11709)
This commit is contained in:
parent
69fd353086
commit
29d1e2014b
4 changed files with 29 additions and 2 deletions
|
|
@ -302,7 +302,12 @@
|
|||
"validationDepth": 0
|
||||
},
|
||||
"use-port-in-redirects": false,
|
||||
"configuration-snippet": ""
|
||||
"configuration-snippet": "",
|
||||
"customHeaders": {
|
||||
"headers": {
|
||||
"Server": "HAL9000"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}, {
|
||||
"hostname": "dev.mycompany.com",
|
||||
|
|
|
|||
|
|
@ -302,7 +302,12 @@
|
|||
"validationDepth": 0
|
||||
},
|
||||
"use-port-in-redirects": false,
|
||||
"configuration-snippet": ""
|
||||
"configuration-snippet": "",
|
||||
"customHeaders": {
|
||||
"headers": {
|
||||
"Server": "HAL9000"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}, {
|
||||
"hostname": "dev.mycompany.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue