-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.3.3.150-IDEA201
- OS Name: Linux
- Java Version: 11.0.7
- App Name: PhpStorm
- App Full Name: PhpStorm
- App Version name: PhpStorm…
-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.3.2.142-IDEA182
- OS Name: Linux
- Java Version: 11.0.6
- App Name: PhpStorm
- App Full Name: PhpStorm
- App Version name: PhpStorm…
-
env:
k8s: 1.21
apisix-helm-chart: 0.7.2
install cmd:
helm install apisix apisix \
-f apisix/values.yaml \
--set apisix.replicaCount=1 \
--set gateway.type=LoadBalancer \
--set admin.allow.ip…
tutuV updated
3 years ago
-
Now there is `CMD ["/usr/local/openresty/bin/openresty", "-g", "daemon off;"]`, but it could be
ENTRYPOINT ["/usr/local/openresty/bin/openresty"]
CMD ["-g", "daemon off;"]
And if I want…
ambis updated
4 years ago
-
Hi,
I automatically install opm libraries when deploying OpenResty. This has a tendency to fail due to SSL errors from the upstream when performing this on AWS instances in the Sao Paolo region (sa…
-
比如要屏蔽192.168.1.*这个段,添加的规则是192.168.1.0/24,但是似乎没有起作用,那么我需要屏蔽某个IP段该如何实现呢?
-
http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html
-
I use openresty as my application gateway.
when i post a json text(with an value of base64(image)) to openresty i got parse error as follow:
"Expected value but found unexpected end of string at cha…
-
- We don't have a snake_case schema in TS so we lose a bit of type safety interpreting this structure.
- protobuf style guide says use `snake_case` for field names, our tooling generates golang tags w…
-
We are using auto-ssl to generate certs on the fly for custom domains owned by our customers. Once in a while someone sets a `CAA` record that prevents let's encrypt from issuing a cert. When this hap…