Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Sep 19, 2023
1 parent 01beb23 commit d8b4224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/runtime/boot/http.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ http::start(){

local secure=s

[ "$ADVANCED_MOD_HTTP_TLS_ENABLED" != true ] || {
[ "$ADVANCED_MOD_HTTP_TLS_ENABLED" == true ] || {
disable_tls=true
secure=
}
Expand Down

0 comments on commit d8b4224

Please sign in to comment.