this post was submitted on 07 Jul 2023
12 points (92.9% liked)

Self Hosted - Self-hosting your services.

14471 readers
46 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

Is it possible/practical to host multiple websites from the same VPS server?

I have a number of domains (for example): bilbobaggins.com, rx4free.com, mypersonalblog.com

I don’t get much traffic and I’m not interested in paying for separate servers for each domain. But I still want https certificates to work properly.

Now I’m familiar with setting up wildcard subdomains with traefik and letsencrypt. But can I do the same or similar with completely different domains such as listed above?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 2 years ago (1 children)

Typical web servers like Apache and Nginx support virtual hosts (aka server blocks in Nginx terminology)

[–] [email protected] 1 points 2 years ago

I use virtual hosts frequently with Apache, it's definitely a good way to go.