Skip to content

Commit 162ba3d

Browse files
committed
disabled sendfile by default, due to permission issues
1 parent ae57423 commit 162ba3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nginx/image-files/etc/nginx/nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ http {
3333

3434
access_log /var/log/nginx/access.log logstash_json;
3535

36-
sendfile on;
37-
#tcp_nopush on;
36+
sendfile off;
3837
keepalive_timeout 10;
3938

4039
# disable version in error messages and response header

0 commit comments

Comments
 (0)