1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

fix sub_path

This commit is contained in:
navanchauhan 2022-08-09 19:18:28 -04:00
parent b70fb36c8c
commit cf808eb590

View file

@ -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.