I have a web server set up on my raspberry pi and i have a file on a usb that i would to keep on the usb and use in the web server. i have all the files i normally use in /var/www/html/ which is the default location. i have including the following in apache2.conf
<Directory /media/pi/ESD-USB/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
im sure i have done somthing wrong here but im not sure what and i cant find an answer anywhere