From a47321e1bc3b845d1c3f594d69867c75c9349141 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 3 Feb 2024 19:44:36 +0100 Subject: [PATCH] Typo --- hooks/conf_regen/15-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/conf_regen/15-nginx b/hooks/conf_regen/15-nginx index 999f1e1f7..fe8396902 100755 --- a/hooks/conf_regen/15-nginx +++ b/hooks/conf_regen/15-nginx @@ -12,7 +12,7 @@ do_base_regen() { mkdir -p "$nginx_conf_dir" # install plain conf files - cp acme-challenge.conf.in "$nginx_conf_dir" + cp acme-challenge.conf.inc "$nginx_conf_dir" cp global.conf "$nginx_conf_dir" cp ssowat.conf "$nginx_conf_dir" cp yunohost_http_errors.conf.inc "$nginx_conf_dir"