Conversion Scripts

Hi,
Does anyone has any scripts to convert the F5 config to Nginx (acting as
a
reverse proxy) config?

Thanks…

Posted at Nginx Forum:

IMHO, it is no trivial thing to switch from a grammar to another.
Automated tools already fail at properly converting Apache
configurations
to nginx ones. I wonder why it whould be any different for F5.

I suggest you use standard GNU/Linux tools (grep, sed, awk, cut…) to
rough out the job before manually fine-tuning. You could get help from
templates/configuration management for redundant generation.

B. R.