diff --git a/..env.swp b/..env.swp index 9f4258e..7569c97 100644 Binary files a/..env.swp and b/..env.swp differ diff --git a/docker/nginx/default.conf b/docker/nginx/default.conf index e9112a3..05b3af2 100644 --- a/docker/nginx/default.conf +++ b/docker/nginx/default.conf @@ -13,9 +13,10 @@ map $host $admin_host_is_public { app.dev.clupilot.com 1; api.dev.clupilot.com 1; ws.dev.clupilot.com 1; - # Production (add the real public hostnames here before launch): - # www.clupilot.com 1; - # app.clupilot.com 1; + www.clupilot.com 1; + app.clupilot.com 1; + api.clupilot.com 1; + ws.clupilot.com 1; } server {