Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Jun 18, 2020
1 parent a2e5045 commit 8da5f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server {
ssl_protocols TLSv1.3 TLSv1.2;
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
ssl_ecdh_curve secp384r1;
ssl_early_data on;
# ssl_early_data on;
add_header Content-Security-Policy "default-src https: data: 'unsafe-inline' 'unsafe-eval'" always;
add_header Strict-Transport-Security 'max-age=63072000; includeSubdomains; preload' always;
add_header X-Robots-Tag "noindex, nofollow" always;
Expand All @@ -41,7 +41,7 @@ server {
proxy_pass https://localhost:8008;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Early-Data $ssl_early_data;
# proxy_set_header Early-Data $ssl_early_data;
proxy_set_header Connection "upgrade";
}
}

0 comments on commit 8da5f26

Please sign in to comment.