this post was submitted on 15 Apr 2021
26 points (100.0% liked)
Open Source
33091 readers
350 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes, you can run for example Nginx or Varnish or Caddy web server software to serve static content like images and java script files. Here an example.
https://www.nginx.com/blog/learn-to-stop-worrying-build-cdn/
I'll have a look when i have some free time, thx!
Apache HTTP Server with load_balancing modules can work like it too.
There is also HAProxy.