diff --git a/README.md b/README.md
index dc711429d7..17afb29357 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Windmill.dev is an OSS developer platform to quickly build production-grade multi-steps automations and internal apps from minimal Python and Typescript scripts.
@@ -16,7 +16,7 @@
---
**Join the alpha (personal workspaces are free forever)**:
-
+
**Documentation**:
diff --git a/frontend/CaddyfileRemote b/frontend/CaddyfileRemote
index c221df3745..207fecd767 100644
--- a/frontend/CaddyfileRemote
+++ b/frontend/CaddyfileRemote
@@ -1,6 +1,6 @@
http://localhost {
bind {$ADDRESS}
- reverse_proxy /api/* https://alpha.windmill.dev {
+ reverse_proxy /api/* https://app.windmill.dev {
header_up Host {http.reverse_proxy.upstream.hostport}
}
reverse_proxy /* http://localhost:3000
@@ -9,7 +9,7 @@ http://localhost {
https://localhost {
bind {$ADDRESS}
- reverse_proxy /ws/* https://alpha.windmill.dev {
+ reverse_proxy /ws/* https://app.windmill.dev {
header_up Host {http.reverse_proxy.upstream.hostport}
}
}