diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js index 6f218e9a2e8..6f40d28cffc 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme/acme.js @@ -103,7 +103,7 @@ return view.extend({ o.value('standalone', _('Standalone')); o.value('webroot', _('Webroot')); o.value('dns', _('DNS')); - o.default = 'webroot'; + o.default = 'standalone'; if (!hasDnsApi) { let opkgPackage = 'acme-acmesh-dnsapi';