We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e4176 commit 695fc17Copy full SHA for 695fc17
nginx-site.conf
@@ -27,7 +27,8 @@ server {
27
# Make site accessible from http://localhost/
28
server_name localhost;
29
30
- sendfile off; # as per https://docs.vagrantup.com/v2/synced-folders/virtualbox.html
+ # Disable sendfile as per https://docs.vagrantup.com/v2/synced-folders/virtualbox.html
31
+ sendfile off;
32
33
location / {
34
# First attempt to serve request as file, then
0 commit comments