From 4181acc3f96bd02f8404c693289e0110d4883244 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 26 Mar 2022 03:12:20 +0100 Subject: [PATCH] fix nginx config path --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index decd877..6a6e427 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -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"