From c95f4fde204c2e1aaac6781c702179c8dbd6cb89 Mon Sep 17 00:00:00 2001 From: pomdtr Date: Thu, 20 Feb 2025 18:07:21 +0100 Subject: [PATCH] use smallweb.localhost as a domain --- Caddyfile | 2 +- examples/.smallweb/config.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +}