diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-24 20:44:36 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-07-05 16:15:40 -0700 |
| commit | 162ec3384ea56e878a1a44694c071d17cc71d8fc (patch) | |
| tree | 0b268a5a13a5db4bb05da36748bfbdda006a982e /pkg/nginx/gen.lua | |
| parent | e31bab2389cfb0934ff4c8443b36ed5c1bbeb399 (diff) | |
nginx: Enable http2
Diffstat (limited to 'pkg/nginx/gen.lua')
| -rw-r--r-- | pkg/nginx/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/nginx/gen.lua b/pkg/nginx/gen.lua index cdc4430c..fc7d621c 100644 --- a/pkg/nginx/gen.lua +++ b/pkg/nginx/gen.lua @@ -2,6 +2,7 @@ cflags{ '-I $dir', '-I $srcdir/src/core', '-I $srcdir/src/event', + '-I $srcdir/src/http/v2', '-I $srcdir/src/os/unix', '-isystem $builddir/pkg/linux-headers/include', } |
