diff --git a/conf/.env.template b/conf/.env.template index bc0edca..47bdc92 100644 --- a/conf/.env.template +++ b/conf/.env.template @@ -56,7 +56,7 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5 # If mediafiles are stored at a different location uncomment and change accordingly, MUST END IN / # this is not required if you are just using a subfolder # This can either be a relative path from the applications base path or the url of an external host -sub_path_only MEDIA_URL=__DATADIR__/ +MEDIA_URL=__DATADIR__/ # Serve mediafiles directly using gunicorn. Basically everyone recommends not doing this. Please use any of the examples # provided that include an additional nxginx container to handle media file serving.