You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Install the [LuaFileSystem](https://lunarmodules.github.io/luafilesystem/) module via `luarocks install luafilesystem`
72
72
1. Verify that the Lua module is properly installed by running:
73
73
```bash
74
74
nginx -V 2>&1| tr '''\n'| grep lua
@@ -266,7 +266,7 @@ mod_negotiation | `ForceLanguagePriority` | No |
266
266
mod_negotiation |`LanguagePriority`| No |
267
267
mod_reflector |`*`| Never | Security reasons
268
268
mod_rewrite |`RewriteBase`| Yes |
269
-
mod_rewrite |`RewriteCond`| Partial | Environment (E=) flag is unsupported, as are *CondPattern* integer comparisons and some file attribute tests listed in the [documentation](https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html)
269
+
mod_rewrite |`RewriteCond`| Partial | Environment (E=) flag is unsupported, as are *CondPattern* integer comparisons and some file attribute tests listed in the [documentation](https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html).
0 commit comments