diff --git a/dicos/90_ninegate.xml b/dicos/90_ninegate.xml index c8dc1eae..b4b06651 100644 --- a/dicos/90_ninegate.xml +++ b/dicos/90_ninegate.xml @@ -2,7 +2,6 @@ - diff --git a/tmpl/ninegate-posttemplate.sh b/tmpl/ninegate-posttemplate.sh deleted file mode 100755 index a4782a6d..00000000 --- a/tmpl/ninegate-posttemplate.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -if [ "$(CreoleGet activer_apache)" = 'oui' ];then - # gestion des modes apache - ENMOD="ssl rewrite authnz_ldap proxy headers proxy_http proxy_wstunnel" - CreoleRun "a2enmod $ENMOD >/dev/null" web -fi - -exit 0