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
On Ubuntu 22.xx, the default NGINX package does not include the `lua` module due to compatibility issues with other modules. This has been resolved in later versions of Ubuntu.
316
+
317
+
#### How to fix it
318
+
319
+
You have a few options to resolve this issue:
320
+
321
+
- **Upgrade to Ubuntu 24.04 or later**
322
+
The `lua` module is included again in newer Ubuntu releases.
323
+
324
+
- **Use OpenResty instead of NGINX**
325
+
OpenResty is a drop-in replacement for NGINX that includes the `lua` module by default.
326
+
> Note: OpenResty uses slightly different service names and paths, but configuration remains compatible with standard NGINX.
327
+
328
+
- **Manually compile the lua module**
329
+
This is a more advanced approach and requires manual steps to build and install the module yourself.
0 commit comments