Remove ssl partly
This commit is contained in:
parent
623ed9e5b3
commit
aa5ecba7b6
8
fluxion
8
fluxion
|
@ -3850,18 +3850,12 @@ server.error-handler-404 = \"/\"
|
||||||
static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" )
|
static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" )
|
||||||
index-file.names = ( \"index.htm\" )
|
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
|
#Redirect www.domain.com to domain.com
|
||||||
\$HTTP[\"host\"] =~ \"^www\.(.*)$\" {
|
\$HTTP[\"host\"] =~ \"^www\.(.*)$\" {
|
||||||
url.redirect = ( \"^/(.*)\" => \"http://%1/\$1\" )
|
url.redirect = ( \"^/(.*)\" => \"http://%1/\$1\" )
|
||||||
ssl.engine = \"enable\"
|
|
||||||
ssl.pemfile = \"$DUMP_PATH/server.pem\"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue