From f4fa7c9bfcd7c17839a1737406c5863d27b52761 Mon Sep 17 00:00:00 2001 From: afornerot Date: Tue, 19 Nov 2019 10:28:17 +0100 Subject: [PATCH] dep sur envole-dependances --- dicos/90_ninegate.xml | 1 - tmpl/ninegate-posttemplate.sh | 9 --------- 2 files changed, 10 deletions(-) delete mode 100755 tmpl/ninegate-posttemplate.sh 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