Revert "feat: set nginx log level by environment variable"
This reverts commit 450ae4d42d
.
# Conflicts:
# src/env.main
This commit is contained in:
parent
135277d385
commit
6d90b50690
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
error_log /dev/stdout $JASIMA_LOG_LEVEL;
|
error_log /dev/stdout;
|
||||||
|
|
||||||
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;;";
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
env JASIMA_LOG_LEVEL;
|
|
||||||
env JASIMA_MATOMO_HOST;
|
env JASIMA_MATOMO_HOST;
|
||||||
env JASIMA_PROXY_HOST;
|
env JASIMA_PROXY_HOST;
|
Loading…
Add table
Add a link
Reference in a new issue