mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
add root domain parameters
For vhost style access (bucketname.domain.tld)
This commit is contained in:
parent
3dfb00323c
commit
84f0c9ee47
1 changed files with 3 additions and 0 deletions
|
@ -22,9 +22,12 @@ bootstrap_peers = []
|
||||||
# pour avoir de la sécurité
|
# pour avoir de la sécurité
|
||||||
api_bind_addr = "[::]:__PORT_API__"
|
api_bind_addr = "[::]:__PORT_API__"
|
||||||
s3_region = "garage"
|
s3_region = "garage"
|
||||||
|
root_domain = ".__DOMAIN__" # might be used for vhost (instead of path_style) requests (using "bucketname.__DOMAIN__") according to https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#s3_root_domain
|
||||||
|
|
||||||
[s3_web]
|
[s3_web]
|
||||||
# Ne supporte pas TLS → reverse proxy obligatoire
|
# Ne supporte pas TLS → reverse proxy obligatoire
|
||||||
# pour avoir de la sécurité
|
# pour avoir de la sécurité
|
||||||
# utilisé pour l'accès public aux buckets (site web, médias d'instance du fediverse…)
|
# utilisé pour l'accès public aux buckets (site web, médias d'instance du fediverse…)
|
||||||
bind_addr = "[::]:__PORT_WEB__"
|
bind_addr = "[::]:__PORT_WEB__"
|
||||||
|
root_domain = ".__DOMAIN__" # might be used for vhost (instead of path_style) requests (using "bucketname.__DOMAIN__") according to https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#web_root_domain
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue