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 13316d265e - Show all commits

View File

@ -212,7 +212,7 @@ public class Domain extends AbstractEntity {
}
public void setPassengerPython(String value) {
passengerpython = value;
this.passengerpython = value;
}
public String getPassengerNodejs() {
@ -220,7 +220,7 @@ public class Domain extends AbstractEntity {
}
public void setPassengerNodejs(String value) {
passengernodejs = value;
this.passengernodejs = value;
}
public String getPassengerRuby() {
@ -228,7 +228,7 @@ public class Domain extends AbstractEntity {
}
public void setPassengerRuby(String value) {
passengerruby = value;
this.passengerruby = value;
}
public String getFcgiPhpBin() {
@ -236,7 +236,7 @@ public class Domain extends AbstractEntity {
}
public void setFcgiPhpBin(String value) {
fcgiphpbin = value;
this.fcgiphpbin = value;
}
public String getServeraliases() {