Remove unnecessary tcp_nodelay directive

This commit is contained in:
iSnackyCracky 2023-05-27 21:18:02 +02:00 committed by GitHub
commit d9b4d851ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,5 @@ server {
image/svg+xml; image/svg+xml;
proxy_buffering off; proxy_buffering off;
tcp_nodelay on;
} }
} }