diff --git a/nginx-config/sites-available/bubbly_live.conf b/nginx-config/sites-available/bubbly_live.conf index a0ca0ca..5061aa8 100644 --- a/nginx-config/sites-available/bubbly_live.conf +++ b/nginx-config/sites-available/bubbly_live.conf @@ -35,8 +35,9 @@ server { #### HTTPS Redirection Block # Redirect https://www.example.com to https://example.com server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; + http2 on; #### Core Configuration @@ -64,8 +65,9 @@ server { #### Main HTTPS Block server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; + http2 on; #### Core Configuration