Skip to content

Commit

Permalink
use smallweb.localhost as a domain
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Feb 20, 2025
1 parent cd1a7ff commit c95f4fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
smallweb-debug.localhost, *.smallweb-debug.localhost {
smallweb.localhost, *.smallweb.localhost {
reverse_proxy localhost:7777
}
6 changes: 3 additions & 3 deletions examples/.smallweb/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../../schemas/config.schema.json",
"domain": "smallweb-debug.localhost",
"domain": "smallweb.localhost",
"additionalDomains": [
"custom-domain.localhost"
],
Expand All @@ -11,8 +11,8 @@
"ls": {
"admin": true,
"additionalDomains": [
"yolo.custom-domain.localhost"
"custom-domain.localhost"
]
}
}
}
}

0 comments on commit c95f4fd

Please sign in to comment.