Hello,
"Note that the firewall application is implemented by means of nftables. Expressions within a rule are evaluated one by one. If the first expression matches, then the next expression is evaluated and so on. If all expressions of a rule match, the action you provided (reject) is executed. In your case, all expressions cannot match as the port cannot be 80 and 443 at the same time so one of the expressions will fail which is why the action (reject) is not executed."
... View more