new domainoption defaults

This commit is contained in:
Peter Hormanns 2024-01-17 11:26:11 +01:00
parent 023509d2dd
commit c87ef04330

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
};