diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-23 09:52:16 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-23 09:52:16 -0400 |
| commit | 32b684ececbc65aa0296419000123f6d18b4147d (patch) | |
| tree | ccfa664beddb613fc6adc55070b5f9b300192d40 /nginx | |
| parent | 517c9ef396d74e3f6c97e3adb9fb6af53502d7e6 (diff) | |
drop unnecessary quotes
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index aef2064f..ee59b421 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -301,13 +301,13 @@ http { return 301 /history/copperheados; } - location = "/discord" { + location = /discord { include snippets/security-headers.conf; add_header Cache-Control "public, max-age=86400"; return 301 https://discord.com/invite/grapheneos; } - location = "/code-of-conduct" { + location = /code-of-conduct { include snippets/security-headers.conf; add_header Cache-Control "public, max-age=86400"; return 301 https://discuss.grapheneos.org/d/11-grapheneos-code-of-conduct; |
