Skip to content

Commit e0dff95

Browse files
authored
chore: enable http2 for nginx
1 parent c5e804c commit e0dff95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nginx-php/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server {
2-
listen 80;
2+
listen 80 http2;
33
server_name nginx.example.com;
44
root /var/www/;
55
index index.html index.php;

0 commit comments

Comments
 (0)