Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Hormanns
898aa24be6 Merge branch 'TP-202311-vhost-bookworm' of dev.hostsharing.net:hostsharing/hs.hsadmin into TP-202311-vhost-bookworm 2024-01-17 11:27:45 +01:00
Peter Hormanns
c87ef04330 new domainoption defaults 2024-01-17 11:26:11 +01:00

View File

@ -54,15 +54,11 @@ public class DomainModuleImpl extends AbstractModuleImpl {
public static final String[] DEFAULT_DOMOPTS =
new String[] {
DOMOPT_GREYLISTING,
DOMOPT_MULTIVIEWS,
DOMOPT_INDEXES,
DOMOPT_HTDOCSFALLBACK,
DOMOPT_INCLUDES,
DOMOPT_LETSENCRYPT,
DOMOPT_AUTOCONFIG,
DOMOPT_DKIM,
DOMOPT_PASSENGER,
DOMOPT_CGI,
DOMOPT_FASTCGI
};