Revert "feat: set nginx log level by environment variable"

This reverts commit 450ae4d42d.

# Conflicts:
#	src/env.main
This commit is contained in:
Iain Learmonth 2025-04-28 16:05:55 +01:00
parent 135277d385
commit 6d90b50690
2 changed files with 1 additions and 2 deletions

View file

@ -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;;";

View file

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