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 c5e804c commit e0dff95Copy full SHA for e0dff95
examples/nginx-php/nginx.conf
@@ -1,5 +1,5 @@
1
server {
2
- listen 80;
+ listen 80 http2;
3
server_name nginx.example.com;
4
root /var/www/;
5
index index.html index.php;
0 commit comments