Add hint about trailing slashes for subpath setups
Add hint about trailing slashes for subpath setups due to recent issue on Discord.
This commit is contained in:
@ -45,7 +45,8 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5
|
|||||||
# Default for user setting sticky navbar
|
# Default for user setting sticky navbar
|
||||||
# STICKY_NAV_PREF_DEFAULT=1
|
# STICKY_NAV_PREF_DEFAULT=1
|
||||||
|
|
||||||
# If base URL is something other than just / (you are serving a subfolder in your proxy for instance http://recipe_app/recipes/)
|
# If base URL is something other than just / (you are serving a subfolder in your proxy for instance http://recipe_app/recipes/)
|
||||||
|
# Be sure to not have a trailing slash: e.g. '/recipes' instead of '/recipes/'
|
||||||
# SCRIPT_NAME=/recipes
|
# SCRIPT_NAME=/recipes
|
||||||
|
|
||||||
# If staticfiles are stored at a different location uncomment and change accordingly, MUST END IN /
|
# If staticfiles are stored at a different location uncomment and change accordingly, MUST END IN /
|
||||||
@ -148,4 +149,4 @@ REVERSE_PROXY_AUTH=0
|
|||||||
|
|
||||||
# Enables exporting PDF (see export docs)
|
# Enables exporting PDF (see export docs)
|
||||||
# Disabled by default, uncomment to enable
|
# Disabled by default, uncomment to enable
|
||||||
# ENABLE_PDF_EXPORT=1
|
# ENABLE_PDF_EXPORT=1
|
||||||
|
Reference in New Issue
Block a user