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