Created
March 4, 2017 06:05
-
-
Save sashas777/3a1cbba837186432cdd5f1a5f5355427 to your computer and use it in GitHub Desktop.
X-Sendfile Apache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# X-Sendfile | |
# | |
LoadModule xsendfile_module modules/mod_xsendfile.so | |
XSendFile On | |
XSendFilePath "/var/www/site/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment