Skip to content

Commit 95449d2

Browse files
committed
disable access and error logs for proxy_host
1 parent 3e1f6f6 commit 95449d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/templates/proxy_host.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ proxy_set_header Connection $http_connection;
2222
proxy_http_version 1.1;
2323
{% endif %}
2424

25-
access_log /data/logs/proxy-host-{{ id }}_access.log proxy;
26-
error_log /data/logs/proxy-host-{{ id }}_error.log warn;
25+
error_log /dev/null;
26+
access_log off;
2727

2828
{{ advanced_config }}
2929

0 commit comments

Comments
 (0)