mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix nginx config path
This commit is contained in:
parent
596091a218
commit
4181acc3f9
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ help.fr = "Configuration relative au serveur Web."
|
|||
[nginx.config.max-client_max_body_size]
|
||||
ask.en = "Sets the maximum allowed size of uploaded files."
|
||||
ask.fr = "Définit la taille maximale autorisée des fichiers téléchargés."
|
||||
bind = "client_max_body_size:/etc/nginx/conf.d/__DOMAIN__/__APP__.conf"
|
||||
bind = "client_max_body_size:/etc/nginx/conf.d/__DOMAIN__.d/__APP__.conf"
|
||||
default = "50M"
|
||||
help.en = "Default: 50M."
|
||||
help.fr = "Valeur par défaut : 50M"
|
||||
|
|
Loading…
Reference in a new issue