transforming static files

Francis Daly francis at daoine.org
Tue Sep 1 11:53:25 UTC 2020


On Mon, Aug 31, 2020 at 01:38:28PM -0400, Mark Lybarger wrote:

Hi there,

> i also have some .bin files that can be converted using a custom java api.
> how can i easily hook the bin files to processed through a command on the
> system?
> 
> java -jar MyTranscoder.jar myInputFile.bin

The easy way would seem to be for you to process those static input
files into the desired static output files, and then let nginx serve
the static output files as files.


If you want something more than that, you are probably going to have
to decide what desired behaviour is, and come up with a design that
implements it. It's hard to be more specific than that, with the
information available.

Good luck with it,

	f
-- 
Francis Daly        francis at daoine.org


More information about the nginx mailing list