Skip to content

Commit

Permalink
Merge pull request #13 from afolarin/wp-ssl-fix
Browse files Browse the repository at this point in the history
fix deprecated ssl directive
  • Loading branch information
mjstealey committed Dec 2, 2018
2 parents 3a4172c + 1d39ffa commit 4d168db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/wordpress_ssl.conf.example
Expand Up @@ -18,7 +18,6 @@ server {
listen [::]:443 ssl http2;
server_name DOMAIN_NAME www.DOMAIN_NAME;

ssl on;

add_header Strict-Transport-Security "max-age=31536000" always;

Expand Down

0 comments on commit 4d168db

Please sign in to comment.