You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is more of a rancher question, but i wish to restrict access to all applications whichcurrently have domain names driven by rap so that it only ever goes thru the nginx-proxy.
Purpose is to be able to install nginx-lua into rap, so that i'm able to run lua scripts against every connection.
How would this be accomplished?
I was thinking that we do not define any ports at all for all applications within the application config.
This is probably the easiest way to stop rancher from opening those public ports.
then make rap.port mandatory so that rap will always know which ports are needed , and have rancher active proxy make a docker --link with every container that needs to be proxied?