We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4994566 commit 489bdd6Copy full SHA for 489bdd6
nginx/default.conf
@@ -27,6 +27,7 @@ server {
27
# Listen HTTPS
28
#################
29
listen 443 ssl;
30
+ http2 on;
31
server_name localhost;
32
33
# phpMyAdmin Reverse Proxy
0 commit comments