mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
add extra explanation/warning to nonstandardwebroot in examples/config.py
This commit is contained in:
parent
1cca767a6b
commit
931ec12b82
1 changed files with 4 additions and 1 deletions
|
@ -231,7 +231,10 @@ The repository of older versions of applications from the main demo repository.
|
||||||
# awssecretkey = 'yourverysecretkeywordpassphraserighthere'
|
# awssecretkey = 'yourverysecretkeywordpassphraserighthere'
|
||||||
|
|
||||||
|
|
||||||
# If you want to force 'fdroid server' to use a non-standard serverwebroot
|
# If you want to force 'fdroid server' to use a non-standard serverwebroot.
|
||||||
|
# This will allow you to have 'serverwebroot' entries which do not end in
|
||||||
|
# '/fdroid'. (Please note that some client features expect repository URLs
|
||||||
|
# to end in '/fdroid/repo'.)
|
||||||
#
|
#
|
||||||
# nonstandardwebroot = False
|
# nonstandardwebroot = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue