nginx
nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Nginx was written with an explicit goal of provide high performance on sites with high traffic, so it can be used as a reverse proxy, load balancer and HTTP cache.
Here are 7,021 public repositories matching this topic...
-
Updated
Oct 29, 2020 - Python
-
Updated
Oct 28, 2020 - C
-
Updated
Oct 13, 2020 - Shell
-
Updated
Oct 27, 2020 - Vue
-
Updated
Sep 24, 2020
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Jul 18, 2019
-
Updated
Oct 28, 2020 - C++
Since maxmind no longer provides the legacy GeoIP databases could it might be possible to update the nxtool to use GeoIP2?
Here is a FAQ(How APISIX use etcd to update the configuration in milliseconds) in Chinese.
APISIX利用etcd如何实现毫秒级别的配置同步
etcd提供接口wait、waitdir接口用于监听指定关键字、目录是否发生变更,如果发生变更,返回更新的数据。
以waitdir接口为例:
syntax: res, err = cli:waitdir(dir:string [, modified_index:uint [, timeout:uint] ])
其中timeout参数表示调用进程和etcd长连接的时间,值为0时表示无长连接。
APISIX关于etcd长连接时间的配置如下:
etcd:
host:
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 9, 2020 - PHP
We'd like to make sure flagger is there if there's some contention. Also please add this to the loadtester chart
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Go
-
Updated
Aug 20, 2020 - C
-
Updated
Oct 7, 2020 - Python
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://