feat: set nginx log level by environment variable
This commit is contained in:
parent
21259283b3
commit
450ae4d42d
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
error_log /dev/stdout;
|
||||
error_log /dev/stdout $JASIMA_LOG_LEVEL;
|
||||
|
||||
lua_shared_dict jasima_cache 20m;
|
||||
lua_package_path "/opt/sitelen-tu/?.lua;;";
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
env JASIMA_LOG_LEVEL;
|
||||
env JASIMA_MATOMO_HOST;
|
Loading…
Add table
Add a link
Reference in a new issue