feat: set nginx log level by environment variable

This commit is contained in:
Iain Learmonth 2025-04-28 15:50:37 +01:00
parent 21259283b3
commit 450ae4d42d
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
error_log /dev/stdout; error_log /dev/stdout $JASIMA_LOG_LEVEL;
lua_shared_dict jasima_cache 20m; lua_shared_dict jasima_cache 20m;
lua_package_path "/opt/sitelen-tu/?.lua;;"; lua_package_path "/opt/sitelen-tu/?.lua;;";

View file

@ -1 +1,2 @@
env JASIMA_LOG_LEVEL;
env JASIMA_MATOMO_HOST; env JASIMA_MATOMO_HOST;