Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Created August 24, 2022 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickstewart95/fd931b962a6aa95ad672c83166434a1b to your computer and use it in GitHub Desktop.
Save nickstewart95/fd931b962a6aa95ad672c83166434a1b to your computer and use it in GitHub Desktop.
<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