Remix.run Logo
bantunes 2 days ago

Thanks for the blog post, interesting read. Question: why run `hugo serve` instead of using it to build the files and then use nginx or some other webserver?

indigodaddy 2 days ago | parent [-]

My take is it's a lot easier to just use Hugo serve vs trying to get nginx/apache/Caddy et al working through Termux. And he is already using nginx as a reverse proxy from another machine on his lan in any case

cinimodev a day ago | parent [-]

This is it. It was just easier to get it up and running.