TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Possible to launch parked domains in a single container?

2 点作者 lakotasapa9 个月前
Newbie to containers, I have 50+ domains I want to monitze by getting them facing the public by deploying in a single container.<p>A local single container that contains nginx reverse proxy, react and some backend to serve 50+ sites (probably like 5 visitors a day ;). Then upload that container on some VSP. Is that a reasonable doable simple thing?

1 comment

whatnotests29 个月前
Yes. Totally no problem.<p>Nginx as reverse proxy is good.<p>Rendering different thongs based on the domain is not an issue. Either have multiple &quot;server&quot; blocks in your nginx config which point to different React apps, or have a single React app that just renders different things based on the hostname.