Forum Discussion

Sara123's avatar
Sara123
Icon for Nimbostratus rankNimbostratus
May 04, 2023

Convert Nginx rules to f5 irules

Hi, I would need some help in converting the below nginx rules to f5 irules. location ~ ^/$ { proxy_pass http://artifactory/ui/$1; } location / { location ~ ^/$ { proxy_pass http://artifactory...