File tree 3 files changed +5
-5
lines changed
modules/http_host/http_host_lib/nginx_confs
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# auto-activate python virtualenv
3
3
# https://github.com/direnv/direnv
4
4
5
- source venv/bin/activate
5
+ source . venv/bin/activate
6
6
7
7
unset PS1
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ server {
23
23
ssl_prefer_server_ciphers off;
24
24
25
25
# access log doesn't contain IP address
26
- # access_log off;
27
- access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k;
26
+ access_log off;
27
+ # access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k;
28
28
29
29
error_log /data/ofm/http_host/logs_nginx/le-error.log;
30
30
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ server {
23
23
ssl_prefer_server_ciphers off;
24
24
25
25
# access log doesn't contain IP address
26
- # access_log off;
27
- access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k;
26
+ access_log off;
27
+ # access_log /data/ofm/http_host/logs_nginx/roundrobin-access.jsonl access_json buffer=128k;
28
28
29
29
error_log /data/ofm/http_host/logs_nginx/roundrobin-error.log;
30
30
You can’t perform that action at this time.
0 commit comments