Merge pull request #13 from afolarin/wp-ssl-fix

fix deprecated ssl directive
This commit is contained in:
Michael J. Stealey
2018-12-02 13:17:17 -05:00
committed by GitHub
-1
View File
@@ -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;