Skip to content

Commit

Permalink
CI: nginx 1.18 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Aug 23, 2024
1 parent b48847b commit 7f5d2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_nginx.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def __init__(
f.write(config)
self._argv = [
CMD_NGINX,
"-e",
"stderr",
# nginx 1.19.5+ added the -e cmdline flag - may be testing earlier
# "-e", "stderr",
"-c",
"%s" % self.conf_path,
]
Expand Down

0 comments on commit 7f5d2dc

Please sign in to comment.