From 2d0720758d26c9d70a58ca73d23fd0f47b766492 Mon Sep 17 00:00:00 2001 From: Marek Miklewicz <86836305+marsonpl@users.noreply.github.com> Date: Mon, 9 May 2022 23:19:55 +0200 Subject: [PATCH] Update dapostinstall.sh --- dapostinstall.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dapostinstall.sh b/dapostinstall.sh index daaa828..68399d2 100644 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -236,6 +236,12 @@ cd /usr/local/directadmin/data/templates/custom cp ../dns_txt.conf . echo '_dmarc="v=DMARC1;p=quarantine;pct=100;sp=none;fo=0:d:s;aspf=s;adkim=r;"' >> dns_txt.conf +echo "Dopuszczenie wszystkich metod HTTPD" + +cd /usr/local/directadmin/custombuild +./build set http_methods ALL +./build rewrite_confs + echo "Inne optymalizacje" cd $DAPOSTINSTALL_DIR