Forum Discussion
Kesar_309558
Nimbostratus
Jul 20, 2017Transferring nginx settings to F5
Hi, I've faced with a problem during transferring my nginx settings to F5 using irules:
Example: https://domain.com/instance_id/location ~* ^(/[^/]+)(/(.+)?) {
set $prefix $1;
set $request_url $2;
proxy_set_header X-URI-Prefix $prefix;
proxy_pass http://fe-nodes$request_url$is_args$args;
break;
The question is how we can emulate "proxy_pass $request_url$is_args$args" using irule? Thanks
1 Reply
- ekaleido
Cirrus
Best bet would probably be the ProxyPass iRule:
https://devcentral.f5.com/codeshare/proxypass-v10-v11
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects