Skip to content

Commit 695fc17

Browse files
committed
Commenting style edit
1 parent 73e4176 commit 695fc17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx-site.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ server {
2727
# Make site accessible from http://localhost/
2828
server_name localhost;
2929

30-
sendfile off; # as per https://docs.vagrantup.com/v2/synced-folders/virtualbox.html
30+
# Disable sendfile as per https://docs.vagrantup.com/v2/synced-folders/virtualbox.html
31+
sendfile off;
3132

3233
location / {
3334
# First attempt to serve request as file, then

0 commit comments

Comments
 (0)