Skip to content

Commit

Permalink
Merge pull request #110 from ls1intum/fix/remove-quic-logging
Browse files Browse the repository at this point in the history
Remove quic logging
  • Loading branch information
bensofficial authored Dec 1, 2024
2 parents 353659e + dfd1e0c commit 94c0af3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/proxy/templates/nginx_proxy.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ upstream app {
{% endfor %}
}

log_format quic '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" "$http3"';

access_log quic;

# Remove nginx version from HTTP response
server_tokens off;

Expand Down

0 comments on commit 94c0af3

Please sign in to comment.