Skip to content

Commit

Permalink
Nginx SSL reset isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Nov 13, 2021
1 parent aace831 commit dbc9992
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -550,4 +550,10 @@ sub feature_clone
return 1;
}

# Reset for SSL is done in the non-SSL feature
sub feature_can_reset
{
return 0;
}

1;

0 comments on commit dbc9992

Please sign in to comment.