summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2020-01-24 19:05:51 +0000
committerMatt Rude <[email protected]>2020-01-24 19:05:51 +0000
commit6243362586cf958b5f9bff76e92da9dcced8c786 (patch)
tree83bbf192aa156705244b114a0d4e595a5e4c1cca
parent25e944dac40d70b894dc6dfef3d831e3fad98cdd (diff)
downloadbuild-wkd-website-6243362586cf958b5f9bff76e92da9dcced8c786.tar.gz
build-wkd-website-6243362586cf958b5f9bff76e92da9dcced8c786.tar.bz2
build-wkd-website-6243362586cf958b5f9bff76e92da9dcced8c786.zip
Add LICENCE file
-rw-r--r--lib/openpgpkey.example.com.conf14
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/openpgpkey.example.com.conf b/lib/openpgpkey.example.com.conf
index 175a7b7..da87929 100644
--- a/lib/openpgpkey.example.com.conf
+++ b/lib/openpgpkey.example.com.conf
@@ -25,17 +25,18 @@ server {
# access_log /var/log/nginx/wkd.log mine;
# root /var/www/openpgpkey;
#
-# add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
-# add_header Expect-CT "enforce, max-age=300, report-uri=\"https://mattrude.com/expect-ct/\"";
-# add_header Content-Security-Policy "default-src 'self'; script-src 'self';";
-# add_header X-XSS-Protection "1; mode=block";
-# add_header X-Content-Type-Options nosniff;
-# add_header X-Frame-Options SAMEORIGIN;
+## add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
+## add_header Expect-CT "enforce, max-age=300, report-uri=\"https://mattrude.com/expect-ct/\"";
+## add_header Content-Security-Policy "default-src 'self'; script-src 'self';";
+## add_header X-XSS-Protection "1; mode=block";
+## add_header X-Content-Type-Options nosniff;
+## add_header X-Frame-Options SAMEORIGIN;
#
# ssl_certificate /etc/letsencrypt/live/openpgpkey.example.com/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/live/openpgpkey.example.com/privkey.pem;
# ssl_stapling on;
#
+# error_page 403 /index.html;
# error_page 404 /index.html;
#
# location ~* \.(html|ico)$ {
@@ -55,5 +56,6 @@ server {
#
# location ^~/.git { return 404; }
# location ^~/.gitignore { return 404; }
+# location ^~/LICENSE { return 404; }
# location ^~/README.md { return 404; }
#}