NGINX-Demos icon indicating copy to clipboard operation
NGINX-Demos copied to clipboard

NGINX and NGINX Plus demos

Results 51 NGINX-Demos issues
Sort by recently updated
recently updated
newest added

Dear team, We are using nginx-1.22.0 in WIndows 2019 server. In nginx configuration we have enabled to use TLS 1.2 and TLS 1.3, Now we need clarification , In windows...

The pods are unmanaged, and it is not a deployment. `expose deployment` will not work, change to `expose pod`

The script.sh doesn't work as expected. When servers no longer exist in Consul they can't be removed from the upstream of NGINX. I modified the script to the below the...

I am deploying a triton inference server on the Amazon Elastic Kubernetes Service (Amazon EKS) and using Nginx Open-Source Load Balancer for load-balancing. Our EKS Cluster is private (EKS Nodes...

Add 'export' of function to comply with use of js_import instead of js_include

Use js_import instead of js_include

Use js_import instead of js_include

Update to use js_import instead of js_include

I wrote to regextester.conf next settings ``` server { listen 9000; location / { return 200 "Match not found\n"; } location ~ "^/([a-zA-Z]{2})/hq/" { return 200 "Match found Capture Group...

I'm trying to build nginx-regex-tester but it does not build ``` WARNING: Image for service regextester was built because it did not already exist. To rebuild this image you must...