Enabling XSendFile on the Apache conf

This commit is contained in:
Francesco Siddi 2015-10-08 18:28:17 +02:00
parent 33a268ae81
commit c2e707661b

View File

@ -8,6 +8,10 @@
# However, you must set it for any further virtual host explicitly. # However, you must set it for any further virtual host explicitly.
#ServerName 127.0.0.1 #ServerName 127.0.0.1
EnableSendfile on
XSendFile on
XSendFilePath /storage/pillar
ServerAdmin webmaster@localhost ServerAdmin webmaster@localhost
DocumentRoot /var/www/html DocumentRoot /var/www/html