Activity
Thanks a lot for this tutorial!
I would only add:
If you want to have http2 enabled then you need to add http2 to the listen configuration of nginx:
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
...
Thanks a lot for this tutorial!
I would only add:
If you want to have http2 enabled then you need to add http2 to the listen configuration of nginx:
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
...