luajit
Here are 470 public repositories matching this topic...
-
Updated
Oct 24, 2021 - Lua
Issue description
Currently I has test the proxy-mirror plugin in apisix, but I find that the feature of this plugin is different from the ngx_http_mirror_module in nginx. The mirror moudle of nginx can add the uri behind the host in "proxy_pass" directive, for example
location / {
mirror /mirror;
proxy_pass http://backend;
}
location = /mirror {
internal;
proxy_pass http://t
-
Updated
Oct 20, 2021 - Lua
-
Updated
Oct 23, 2021 - C++
Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?
At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.
However it seems that Luarocks is aware of the collision and installs the new module under another name and
-
Updated
Oct 21, 2021 - C++
-
Updated
Oct 23, 2021 - Ruby
-
Updated
Oct 14, 2021 - Lua
-
Updated
Sep 17, 2021 - Lua
-
Updated
Dec 6, 2020 - C
-
Updated
Jan 9, 2019 - Perl
-
Updated
Sep 6, 2021 - Lua
-
Updated
Oct 22, 2021 - Lua
-
Updated
Aug 15, 2020 - Lua
-
Updated
Jul 28, 2020 - C
-
Updated
Apr 17, 2021 - Lua
-
Updated
Aug 26, 2021 - Lua
-
Updated
Oct 21, 2021 - C
-
Updated
Sep 8, 2021 - Lua
The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.
In the process however, a number of cross-links have gone missing and the port also may have errors, formatti
-
Updated
Jan 9, 2021 - Lua
Dart-lang
Language request for Dart.
Improve this page
Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.