mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-14 03:18:02 +02:00
filebrowser: disable pcre jit to avoid crash
This commit is contained in:
@@ -12,7 +12,9 @@ pid /var/run/nginx.pid;
|
||||
worker_processes 1;
|
||||
|
||||
# Enables the use of JIT for regular expressions to speed-up their processing.
|
||||
pcre_jit on;
|
||||
# Disabled for compatibility with CPUs that do not support PCRE JIT, which caused
|
||||
# crashes on some systems (see issue #1993).
|
||||
pcre_jit off;
|
||||
|
||||
# Write error log to Hass.io add-on log.
|
||||
error_log /proc/1/fd/1 error;
|
||||
|
||||
Reference in New Issue
Block a user