Skip to content

Instantly share code, notes, and snippets.

@ritwikghoshal
Created January 18, 2016 00:15
<VirtualHost *:80>
...
Alias /500all "/media/HD500G"
...
<Directory "/media/HD500G">
Options Indexes FollowSymLinks MultiViews
AllowOverride AuthConfig
Require all granted
</Directory>
...
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment