I have a lot of sites on nginx. And for each of them I need to correct:
listen 443 ssl; on
listen 443 ssl http2; Is there a simpler method to enable http2 by default?
I have a lot of sites on nginx. And for each of them I need to correct:
listen 443 ssl; on
listen 443 ssl http2; Is there a simpler method to enable http2 by default?
Source: https://ru.stackoverflow.com/questions/680431/
All Articles