diff --git a/.envrc b/.envrc index 07f048d..b319eb5 100644 --- a/.envrc +++ b/.envrc @@ -2,6 +2,6 @@ # auto-activate python virtualenv # https://github.com/direnv/direnv -source venv/bin/activate +source .venv/bin/activate unset PS1 diff --git a/modules/http_host/http_host_lib/nginx_confs/le.conf b/modules/http_host/http_host_lib/nginx_confs/le.conf index 921dd6d..700e42b 100644 --- a/modules/http_host/http_host_lib/nginx_confs/le.conf +++ b/modules/http_host/http_host_lib/nginx_confs/le.conf @@ -23,8 +23,8 @@ server { ssl_prefer_server_ciphers off; # access log doesn't contain IP address - #access_log off; - access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k; + access_log off; + #access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k; error_log /data/ofm/http_host/logs_nginx/le-error.log; diff --git a/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf b/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf index cf37400..0a5afa2 100644 --- a/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf +++ b/modules/http_host/http_host_lib/nginx_confs/roundrobin.conf @@ -23,8 +23,8 @@ server { ssl_prefer_server_ciphers off; # access log doesn't contain IP address - #access_log off; - access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k; + access_log off; + #access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k; error_log /data/ofm/http_host/logs_nginx/roundrobin-error.log;