drop unnecessary quotes

This commit is contained in:
Daniel Micay 2024-03-23 09:52:16 -04:00
parent 517c9ef396
commit 32b684ecec

View File

@ -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;