Keywords: WordPress + NGINX + SSL - Microsoft Azure - Technical issue - OtherDescription: Hi,
We are using Nginx + WordPress + SSL Stack which is running on http1.1 we like to change it to http2.
How can we configure and enable http2 ?
Hi @dolfix186,
Edit your /opt/bitnami/conf/bitnami/bitnami.conf file and change:
/opt/bitnami/conf/bitnami/bitnami.conf
listen 443 ssl;
to:
listen 443 ssl http2;
Then, restart NGINX, by running:
sudo /opt/bitnami/ctlscript.sh restart nginx
I hope it helps
I'm unable to find this file on my server I ran "find ./ -name bitnami.conf" command and the results are :
/etc/logrotate.d/bitnami.conf./opt/bitnami/config/monit/bitnami.conf./opt/bitnami/config/logrotate/bitnami.conf./opt/bitnami/nginx/conf/bitnami/bitnami.conf
which one should I edit ?
Sorry, it's a typo:
/opt/bitnami/nginx/conf/bitnami/bitnami.conf
I had changed it how to know http2 is working or not?
Yeah I checked It's working Thankyou!
Glad it worked. Thanks for letting us know.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.