paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
389 stars 39 forks source link

haproxy update needed in your script #135

Closed Bradford1040 closed 6 months ago

Bradford1040 commented 6 months ago

I personally didn't use your script, I took the long road lol, (didn't know about your script till way after)

reqrep ^([^\ :]*)\ /(.*) \1\ /\2

above needs to be changed to below

http-request replace-path ^([^\ :]*)\ /(.*) \1\ /\2

I do believe reprep is depreciated

paukstelis commented 6 months ago

The script determines the haproxy version and uses the appropriate syntax.