City-of-Bloomington / uReport

Issue tracking and constituent relationship management system with an Open311 (GeoReport v2) endpoint designed for local governments
https://bloomington.in.gov/crm
GNU Affero General Public License v3.0
41 stars 29 forks source link

Host media files directly with Apache #374

Closed inghamn closed 4 years ago

inghamn commented 4 years ago

Our current configuration relies on a symlink in the site's public directory so that Apache can serve of the original media files. Every time we deploy, though, we forget to recreate all the symlinks.

We should not have symlinks needed in the site package we deploy. Rather, we should add aliases to the Apache configuration.

inghamn commented 4 years ago

This change caused #375