mirror of
https://github.com/hassio-addons/addon-mqtt.git
synced 2025-05-07 04:31:26 +00:00
Set 'lua_load_resty_core' to 'off'.
This commit is contained in:
parent
d4cb155243
commit
3a8b89e975
2 changed files with 9 additions and 0 deletions
|
@ -246,6 +246,14 @@ Create a directory named `mqtt` in /config and put a file named `mosquitto.conf`
|
|||
inside it, add the configuration you want to that file and it will be added
|
||||
next time you restart the addon.
|
||||
|
||||
## Known issues
|
||||
|
||||
```text
|
||||
nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html)
|
||||
```
|
||||
|
||||
This will show in the log on every startup, this is expected and can be ignored.
|
||||
|
||||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
|
|
|
@ -30,6 +30,7 @@ events {
|
|||
|
||||
http {
|
||||
include /etc/nginx/includes/mime.types;
|
||||
lua_load_resty_core off;
|
||||
|
||||
log_format hassio '[$time_local] $status '
|
||||
'$http_x_forwarded_for($remote_addr) '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue