Hacker News new | ask | show | jobs
by ilrwbwrkhv 1229 days ago
Just get a $5 digital ocean droplet and throw nginx on it. All the static hosting in the world at your fingertips.
2 comments

And all of the infrastructure management for free!!!!
There is hardly any, if you are hosting static dirs. It's literally one file, the nginx.conf.
Caddy is even simpler.
Coolify is even simpler IMO after using Caddy.

https://coolify.io

If by simpler you mean there is literally zero content on the page:

    $ http https://coolify.io/
    HTTP/1.1 200 OK
    CDN-Cache: HIT
    CDN-PullZone: 355073
    CDN-RequestCountryCode: US
    CDN-RequestId: 196ca62f96058...
    CDN-Status: 200
    CDN-Uid: bb1c6a05-...
    Connection: keep-alive
    Content-Length: 0
    Date: Fri, 03 Feb 2023 20:46:54 GMT
    Server: BunnyCDN-ASB1-925
I see the page, not sure if you have something blocking your connection, or the CDN near you is faulty.
I agree. I am just used to nginx I guess.