mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 05:52:17 +00:00
disable logging
This commit is contained in:
2
.envrc
2
.envrc
@@ -2,6 +2,6 @@
|
|||||||
# auto-activate python virtualenv
|
# auto-activate python virtualenv
|
||||||
# https://github.com/direnv/direnv
|
# https://github.com/direnv/direnv
|
||||||
|
|
||||||
source venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
||||||
unset PS1
|
unset PS1
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ server {
|
|||||||
ssl_prefer_server_ciphers off;
|
ssl_prefer_server_ciphers off;
|
||||||
|
|
||||||
# access log doesn't contain IP address
|
# access log doesn't contain IP address
|
||||||
#access_log off;
|
access_log off;
|
||||||
access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k;
|
#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;
|
error_log /data/ofm/http_host/logs_nginx/le-error.log;
|
||||||
|
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ server {
|
|||||||
ssl_prefer_server_ciphers off;
|
ssl_prefer_server_ciphers off;
|
||||||
|
|
||||||
# access log doesn't contain IP address
|
# access log doesn't contain IP address
|
||||||
#access_log off;
|
access_log off;
|
||||||
access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k;
|
#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;
|
error_log /data/ofm/http_host/logs_nginx/roundrobin-error.log;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user