DORSETRIGS
Home

proxypass (8 post)


posts by category not found!

nginx: how to not exit if "host not found in upstream"?

Nginx Preventing Host Not Found in Upstream Errors from Crashing Your Server The Problem Imagine this scenario you re running a website with multiple backend se

2 min read 07-10-2024 21
nginx: how to not exit if "host not found in upstream"?
nginx: how to not exit if "host not found in upstream"?

I need to copy a rewrite rule from IIS into NGINX

How to Copy a Rewrite Rule from IIS to NGINX When migrating a website from Internet Information Services IIS to NGINX one of the significant challenges is trans

2 min read 22-09-2024 50
I need to copy a rewrite rule from IIS into NGINX
I need to copy a rewrite rule from IIS into NGINX

proxy:error [pid 8118] (32)Broken pipe: [client *.*.*.230:50314] AH01084: pass request body failed to [::1]:5100 (localhost) - Nodejs API

Understanding and Resolving Proxy Errors in Node js API When developing a web application that communicates with a Node js API you may encounter an error messag

3 min read 17-09-2024 45
proxy:error [pid 8118] (32)Broken pipe: [client *.*.*.230:50314] AH01084: pass request body failed to [::1]:5100 (localhost) - Nodejs API
proxy:error [pid 8118] (32)Broken pipe: [client *.*.*.230:50314] AH01084: pass request body failed to [::1]:5100 (localhost) - Nodejs API

Error 404 when accessing API via Nginx and Express

Troubleshooting Error 404 When Accessing API via Nginx and Express When deploying an API using Nginx as a reverse proxy to an Express js application encounterin

2 min read 16-09-2024 41
Error 404 when accessing API via Nginx and Express
Error 404 when accessing API via Nginx and Express

Proxy websocket wss:// to ws:// apache

Securely Proxying Web Sockets with Apache WSS to WS In the realm of web development using websockets is often a necessity for real time communication between cl

2 min read 06-09-2024 35
Proxy websocket wss:// to ws:// apache
Proxy websocket wss:// to ws:// apache

Comfiguring Apache for socket.io and SSL / WSS

Configuring Apache for Socket io with SSL WSS A Practical Guide This article explores the common challenges faced when configuring Apache to work seamlessly wit

2 min read 06-09-2024 41
Comfiguring Apache for socket.io and SSL / WSS
Comfiguring Apache for socket.io and SSL / WSS

Redirecting Websocket wss to ws not working on VPS server

Redirecting Web Sockets from wss to ws on VPS A Comprehensive Guide Setting up secure Web Sockets with wss is crucial for real time applications but it can be c

3 min read 04-09-2024 43
Redirecting Websocket wss to ws not working on VPS server
Redirecting Websocket wss to ws not working on VPS server

Azure container apps using docker nginx proxy_pass to another container

Mastering Azure Container Apps Proxying with Nginx Between Containers This article explores the challenges of setting up inter container communication in Azure

2 min read 02-09-2024 57
Azure container apps using docker nginx proxy_pass to another container
Azure container apps using docker nginx proxy_pass to another container