Brian Woodard
Results
1
issues of
Brian Woodard
Is there a way to have something like this? ` if ( $request_uri ~ ^/(.*)$ ) { proxy_pass http://myapp/myapp/$1; } `
question