diff --git a/harness/attributes/common-spa.yml b/harness/attributes/common-spa.yml index 87471e1..3f762d6 100644 --- a/harness/attributes/common-spa.yml +++ b/harness/attributes/common-spa.yml @@ -13,5 +13,14 @@ attributes.default: steps: - yarn dev + nginx: + # used to set site specific configurations under server directive + site: + conf: [] + # used to set nginx global configurations under http directive + global: + conf: + server_tokens: 'off' + node: version: 16