From cf808eb590856b7d19828b3fc3a8f9bffc7262c8 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Tue, 9 Aug 2022 19:18:28 -0400 Subject: [PATCH] fix sub_path --- conf/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.