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:
parent
b70fb36c8c
commit
cf808eb590
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5
|
||||||
# If mediafiles are stored at a different location uncomment and change accordingly, MUST END IN /
|
# 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 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
|
# 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
|
# 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.
|
# provided that include an additional nxginx container to handle media file serving.
|
||||||
|
|
Loading…
Reference in a new issue