refactor(CONFIG): update sample configuration defaults

This commit is contained in:
Asif Bacchus
2021-01-07 15:04:04 -07:00
parent a1c1ac280a
commit d742bdf9ab
4 changed files with 12 additions and 5 deletions
+4
View File
@@ -1,3 +1,7 @@
# these are common security headers that you can easily add to locations or
# entire server blocks by including this file
# include /etc/nginx/snippets/headersSecurity.conf;
add_header Feature-Policy "geolocation 'self'";
add_header Referrer-Policy "same-origin" always;