Skip to content

Commit 4746629

Browse files
amirhosseinvz94a.hossein
andauthored
nginx 1.19.3+ ngx_http_proxy_loc_conf_t struct (#35)
add cookie flag in nginx 1.19.3 to ngx_http_proxy_loc_conf_t struct Co-authored-by: a.hossein <[email protected]>
1 parent b2d56e1 commit 4746629

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ngx_cache_purge_module.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,9 @@ typedef struct {
540540
ngx_array_t *cookie_domains;
541541
ngx_array_t *cookie_paths;
542542
# endif /* nginx_version >= 1001015 */
543-
543+
# if (nginx_version >= 1019003)
544+
ngx_array_t *cookie_flags;
545+
#endif /* nginx_version >= 1019003 */
544546
# if (nginx_version < 1007008)
545547
ngx_str_t body_source;
546548
# endif /* nginx_version < 1007008 */

0 commit comments

Comments
 (0)