diff --git a/Caddyfile b/Caddyfile index 3c5820f..471f1e1 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,3 +1,3 @@ -smallweb-debug.localhost, *.smallweb-debug.localhost { +smallweb.localhost, *.smallweb.localhost { reverse_proxy localhost:7777 } diff --git a/examples/.smallweb/config.json b/examples/.smallweb/config.json index ad795ed..40cd534 100644 --- a/examples/.smallweb/config.json +++ b/examples/.smallweb/config.json @@ -1,6 +1,6 @@ { "$schema": "../../schemas/config.schema.json", - "domain": "smallweb-debug.localhost", + "domain": "smallweb.localhost", "additionalDomains": [ "custom-domain.localhost" ], @@ -11,8 +11,8 @@ "ls": { "admin": true, "additionalDomains": [ - "yolo.custom-domain.localhost" + "custom-domain.localhost" ] } } -} \ No newline at end of file +}