Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Created August 24, 2022 21:15
Embed
What would you like to do?
<IfModule alias_module>
Alias /reports/ "/home/nick/import/storage/app/reports/"
<Directory "/home/nick/import/storage/app/reports">
AllowOverride All
Require all granted
Options Indexes FollowSymLink
</Directory>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment