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
-- some kind mechanism to handle routes dynamicaly : ExpressJSngx.exec("/@ExpressJS", ngx.var["request_uri"])
ngx.log(ngx.DEBUG, "#1 : " ..uri)
-- some kind mechanism to handle routes dynamicaly : FastCGIngx.exec("/@FastCGI", ngx.var["request_uri"])
ngx.log(ngx.DEBUG, "#1 : " ..uri)
I am using internal routes to catch handle fastcgi requests after being routes through Lua based mechanism (which is almost working perfectly except for Query arguments) and I tried opening phpMyAdmin, but it is not fully working because of some kind of issues with the Query Arguments which is not respected and i tried many times to solve it like
I am trying to add support for my FastCGI & ExpressJS pages using internal routes like
I am using internal routes to catch handle fastcgi requests after being routes through Lua based mechanism (which is almost working perfectly except for Query arguments) and I tried opening phpMyAdmin, but it is not fully working because of some kind of issues with the Query Arguments which is not respected and i tried many times to solve it like
but it results in
*1 rewrite or internal redirection cycle while internally redirecting to "/@FastCGI/phpmyadmin/index.php"
The text was updated successfully, but these errors were encountered: