Skip to content

Commit

Permalink
Disable nginx server_tokens by default (#29)
Browse files Browse the repository at this point in the history
The nginx config was also inadvertently deleted as well, however
rendered the same
  • Loading branch information
andytson-inviqa authored Jul 25, 2023
1 parent 0b4292e commit 7a8256d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions harness/attributes/common-spa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a8256d

Please sign in to comment.