New domain options and properties for Debian Bookworm #1

Closed
hsh-timotheuspokorra wants to merge 41 commits from TP-202311-vhost-bookworm into rel_4.0
Showing only changes of commit e2d6e75375 - Show all commits

View File

@ -57,8 +57,8 @@ public class DomainRemote extends AbstractRemote {
resultMap.put("passengernodejs", passengernodejs);
final String passengerruby = dom.getPassengerruby();
resultMap.put("passengerruby", passengerruby);
final String passengerfcgiphpbin = dom.getFcgiphpbin();
resultMap.put("passengerfcgiphpbin", passengerfcgiphpbin);
final String fcgiphpbin = dom.getFcgiphpbin();
resultMap.put("fcgiphpbin", fcgiphpbin);
}
@Override