From aa5ecba7b650339bfae083568e0fb35a95233ed7 Mon Sep 17 00:00:00 2001 From: deltax Date: Sun, 18 Sep 2016 18:56:11 +0200 Subject: [PATCH] Remove ssl partly --- fluxion | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/fluxion b/fluxion index 1e4a237..50cde25 100755 --- a/fluxion +++ b/fluxion @@ -3850,18 +3850,12 @@ server.error-handler-404 = \"/\" static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" ) index-file.names = ( \"index.htm\" ) -\$SERVER[\"socket\"] == \":443\" { - url.redirect = ( \"^/(.*)\" => \"http://www.internet.com\") - ssl.engine = \"enable\" - ssl.pemfile = \"$DUMP_PATH/server.pem\" - } #Redirect www.domain.com to domain.com \$HTTP[\"host\"] =~ \"^www\.(.*)$\" { url.redirect = ( \"^/(.*)\" => \"http://%1/\$1\" ) - ssl.engine = \"enable\" - ssl.pemfile = \"$DUMP_PATH/server.pem\" + }