add security headers for www redirect over HTTPS
This commit is contained in:
parent
5062e95731
commit
c77c3b1c1c
@ -14,6 +14,8 @@ server {
|
|||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
||||||
|
include /etc/nginx/snippets/security-headers.conf;
|
||||||
|
}
|
||||||
return 301 https://grapheneos.org$request_uri;
|
return 301 https://grapheneos.org$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user