taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit ab400a23f1e9973d27803662bddc73ad28b7b962
parent e3255ed9f9b1d7bc0d9c9f82804136e232a15266
Author: root <root@taler.net>
Date:   Sat, 27 Aug 2016 12:19:31 +0200

syntax

Diffstat:
Metc/nginx/conf.d/talerssl | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/nginx/conf.d/talerssl b/etc/nginx/conf.d/talerssl @@ -7,7 +7,7 @@ ssl_protocols TLSv1.2 TLSv1.1 TLSv1; ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"; -add_header X-XSS-Protection "1; mode=block" -add_header X-Frame-Options "SAMEORIGN" -add_header X-Content-Type-Options "nosniff" -add_header Content-Security-Policy "default-src 'self'" +add_header X-XSS-Protection "1; mode=block"; +add_header X-Frame-Options "SAMEORIGN"; +add_header X-Content-Type-Options "nosniff"; +add_header Content-Security-Policy "default-src 'self'";