luajit
Here are 457 public repositories matching this topic...
-
Updated
Aug 21, 2021 - Lua
Issue description
I hope that apisix could be configurated the listening address.
In some special cases, for example, I plan to use a combination of APISIX and Keepalived to achieve high availability.
I will turn on the relevant Linux kernel parameters (to enable the program to listen the IP that does not exist on the local host):
echo "net.ipv4.ip_nonlocal_bind=1" >> /etc/sysc-
Updated
Feb 23, 2021 - Lua
-
Updated
Jul 27, 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
Aug 21, 2021 - C++
-
Updated
Aug 21, 2021 - Ruby
-
Updated
Dec 19, 2020 - Lua
-
Updated
Aug 18, 2021 - Lua
-
Updated
Dec 6, 2020 - C
-
Updated
Jan 9, 2019 - Perl
-
Updated
Mar 3, 2021 - Lua
-
Updated
Aug 15, 2020 - Lua
-
Updated
Jul 28, 2020 - C
-
Updated
Apr 17, 2021 - Lua
-
Updated
Dec 13, 2020 - Lua
-
Updated
Aug 19, 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
-
Updated
Aug 10, 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.