1
0
Fork 0
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:
OniriCorpe 2022-03-26 03:12:20 +01:00
parent 596091a218
commit 4181acc3f9

View file

@ -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"