Compare commits

..

No commits in common. "898aa24be6ea39066aa77483585e0dc7df258297" and "2268dcc595ec64dee65326d291a9cd005c697fd6" have entirely different histories.

View File

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