Skip to content

Commit af5f671

Browse files
committed
bugfix: fixed a syntax error preventing compilation of the ngx_http_lua module.
1 parent 103558d commit af5f671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subsys/ngx_subsys_lua_control.c.tt2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ ngx_[% subsys %]_lua_ffi_exit([% req_type %] *r, int status, u_char *err,
363363
| NGX_[% SUBSYS %]_LUA_CONTEXT_BALANCER
364364
| NGX_[% SUBSYS %]_LUA_CONTEXT_SSL_CERT
365365
[% IF http_subsys %]
366-
NGX_[% SUBSYS %]_LUA_CONTEXT_REWRITE
366+
| NGX_[% SUBSYS %]_LUA_CONTEXT_REWRITE
367367
| NGX_[% SUBSYS %]_LUA_CONTEXT_ACCESS
368368
| NGX_[% SUBSYS %]_LUA_CONTEXT_HEADER_FILTER
369369
| NGX_[% SUBSYS %]_LUA_CONTEXT_SSL_SESS_STORE

0 commit comments

Comments
 (0)