DORSETRIGS
Home

nginx-reverse-proxy (54 post)


posts by category not found!

Nginx + Docker. 504 Gateway Timeout

Unmasking the Nginx Docker 504 Gateway Timeout Error Ever encountered a frustrating 504 Gateway Timeout error when using Nginx and Docker This cryptic message c

2 min read 06-10-2024 57
Nginx + Docker. 504 Gateway Timeout
Nginx + Docker. 504 Gateway Timeout

What's the difference between starting nginx with command "nginx", "service start nginx" and "systemctl nginx start"?

Starting Nginx nginx service start nginx and systemctl start nginx Explained Nginx is a powerful and widely used web server and understanding how to start it ef

2 min read 06-10-2024 52
What's the difference between starting nginx with command "nginx", "service start nginx" and "systemctl nginx start"?
What's the difference between starting nginx with command "nginx", "service start nginx" and "systemctl nginx start"?

Nginx: Remove Single Query String parameter

Nginx Removing Unwanted Query String Parameters Have you ever encountered a situation where your website or application receives unnecessary query string parame

2 min read 06-10-2024 59
Nginx: Remove Single Query String parameter
Nginx: Remove Single Query String parameter

nginx resolving localhost on proxy pass

Nginx Proxy Pass Why Your Localhost Doesnt Always Play Nice Have you ever set up an Nginx reverse proxy only to find that requests to localhost within your prox

2 min read 06-10-2024 52
nginx resolving localhost on proxy pass
nginx resolving localhost on proxy pass

How to deploy Next.js app with nginx to subpath?

Deploying Your Next js App to a Subpath with Nginx A Comprehensive Guide Deploying your Next js application to a subpath using Nginx can be a powerful way to st

2 min read 06-10-2024 76
How to deploy Next.js app with nginx to subpath?
How to deploy Next.js app with nginx to subpath?

How to redirect ssh requests in Nginx?

Securely Redirect SSH Requests with Nginx Ever needed to redirect SSH requests to a different server while still using your existing domain name Nginx can help

2 min read 05-10-2024 52
How to redirect ssh requests in Nginx?
How to redirect ssh requests in Nginx?

Facing issue in restarting the nginx server after few changes

Nginx Refuses to Restart Troubleshooting Common Issues and Solutions The Problem Nginx Wont Restart After Changes You ve made some tweaks to your Nginx configur

3 min read 05-10-2024 55
Facing issue in restarting the nginx server after few changes
Facing issue in restarting the nginx server after few changes

NodeJS behind proxy closing connections prematurely in Docker container on Azure

Node js Behind a Proxy Premature Connection Closures in Azure Docker Containers Problem You re running a Node js application within a Docker container on Azure

2 min read 04-10-2024 51
NodeJS behind proxy closing connections prematurely in Docker container on Azure
NodeJS behind proxy closing connections prematurely in Docker container on Azure

Laravel Horizon + Nginx Proxy Manager doesn't serve static files on server, but works on local

Laravel Horizon and Nginx Proxy Manager Static File Trouble Problem You ve set up Laravel Horizon with Nginx Proxy Manager but you re encountering an issue wher

3 min read 04-10-2024 48
Laravel Horizon + Nginx Proxy Manager doesn't serve static files on server, but works on local
Laravel Horizon + Nginx Proxy Manager doesn't serve static files on server, but works on local

Nginx v1.25.1 http2 on; new recommendation creating another warn

Nginx 1 25 1 HTTP 2 New Recommendations and Potential Warnings Problem Nginx 1 25 1 introduced a new recommendation regarding HTTP 2 configuration potentially l

2 min read 04-10-2024 61
Nginx v1.25.1 http2 on; new recommendation creating another warn
Nginx v1.25.1 http2 on; new recommendation creating another warn

ASP.NET Core 6 deployment with nginx on WSL - stuck / partial response for a bit long html document

ASP NET Core 6 Deployment with Nginx on WSL Resolving Stuck or Partial Response Issues Deploying an ASP NET Core 6 application on a Windows Subsystem for Linux

2 min read 29-09-2024 57
ASP.NET Core 6 deployment with nginx on WSL - stuck / partial response for a bit long html document
ASP.NET Core 6 deployment with nginx on WSL - stuck / partial response for a bit long html document

Nginx Config: 404 Error When Using if Condition for WordPress project

Nginx Config Resolving 404 Errors When Using if Condition in Your Word Press Project When managing a Word Press site you may encounter issues with your Nginx co

2 min read 29-09-2024 58
Nginx Config: 404 Error When Using if Condition for WordPress project
Nginx Config: 404 Error When Using if Condition for WordPress project

Unable to setup Mercure with docker and Nginx(404 Not Found)

Troubleshooting Mercure Setup with Docker and Nginx Resolving 404 Not Found Errors Setting up Mercure with Docker and Nginx can sometimes lead to frustrating is

3 min read 29-09-2024 49
Unable to setup Mercure with docker and Nginx(404 Not Found)
Unable to setup Mercure with docker and Nginx(404 Not Found)

Sveltekit TypeScript NGINX not serve static files

Troubleshooting Svelte Kit with Type Script and NGINX Static Files Not Serving When using Svelte Kit with Type Script in conjunction with NGINX as a web server

3 min read 29-09-2024 47
Sveltekit TypeScript NGINX not serve static files
Sveltekit TypeScript NGINX not serve static files

Do we need to restart Nginx service in docker container to load configs?

Do We Need to Restart Nginx Service in Docker Container to Load Configs When working with Nginx in a Docker container a common question arises Do we need to res

2 min read 24-09-2024 73
Do we need to restart Nginx service in docker container to load configs?
Do we need to restart Nginx service in docker container to load configs?

Setup reverse proxy to route requests to two alb's

Setting Up a Reverse Proxy to Route Requests to Two Application Load Balancers ALBs Configuring a reverse proxy can significantly enhance your applications perf

2 min read 24-09-2024 68
Setup reverse proxy to route requests to two alb's
Setup reverse proxy to route requests to two alb's

Nginx Reverse Proxy Not Forwarding Requests Correctly to Backend Server

Troubleshooting Nginx Reverse Proxy Why It Might Not Be Forwarding Requests Correctly to the Backend Server When setting up an Nginx server as a reverse proxy o

2 min read 23-09-2024 61
Nginx Reverse Proxy Not Forwarding Requests Correctly to Backend Server
Nginx Reverse Proxy Not Forwarding Requests Correctly to Backend Server

How do I configure Nginx to point to a Tomcat 9 app on Debian 12 for Geoserver?

Configuring Nginx to Point to a Tomcat 9 App on Debian 12 for Geo Server If you re looking to configure Nginx as a reverse proxy for a Tomcat 9 application host

2 min read 23-09-2024 72
How do I configure Nginx to point to a Tomcat 9 app on Debian 12 for Geoserver?
How do I configure Nginx to point to a Tomcat 9 app on Debian 12 for Geoserver?

owasp/modsecurity-crs:nginx libmodsecurity3 version 3.0.12 open() "/var/run/nginx.pid" failed (13: Permission denied)

Resolving the Nginx Permission Denied Error with Mod Security CRS When working with the OWASP Mod Security Core Rule Set CRS and configuring it for use with Ngi

3 min read 22-09-2024 77
owasp/modsecurity-crs:nginx libmodsecurity3 version 3.0.12 open() "/var/run/nginx.pid" failed (13: Permission denied)
owasp/modsecurity-crs:nginx libmodsecurity3 version 3.0.12 open() "/var/run/nginx.pid" failed (13: Permission denied)

upstream name comes to url in browser - nginx configuration

Understanding Upstream Names in NGINX Configuration When configuring NGINX as a reverse proxy its common to define upstream server groups to handle requests mor

2 min read 22-09-2024 62
upstream name comes to url in browser - nginx configuration
upstream name comes to url in browser - nginx configuration

How do I configure NGINX to maintain the session when Java web app redirects to Microsoft for authentication?

Configuring NGINX for Session Persistence in Java Web Applications with Microsoft Authentication In this article we will explore how to configure NGINX to maint

3 min read 21-09-2024 105
How do I configure NGINX to maintain the session when Java web app redirects to Microsoft for authentication?
How do I configure NGINX to maintain the session when Java web app redirects to Microsoft for authentication?

Nginx ip configuration issue

Understanding and Resolving Nginx IP Configuration Issues Nginx is a powerful web server and reverse proxy server that is used extensively for serving high traf

3 min read 21-09-2024 63
Nginx ip configuration issue
Nginx ip configuration issue

Webapps running on NGINX Proxy Manager still accessible in a browser using the IP and port

Understanding Webapps Running on NGINX Proxy Manager Accessibility via IP and Port When configuring web applications through NGINX Proxy Manager a common issue

3 min read 21-09-2024 49
Webapps running on NGINX Proxy Manager still accessible in a browser using the IP and port
Webapps running on NGINX Proxy Manager still accessible in a browser using the IP and port

How to redirect api from one server to another server with proxy server inbetween the servers using nginx

How to Redirect API Requests from One Server to Another Using NGINX as a Proxy Server In todays interconnected web applications it s common to route API request

2 min read 19-09-2024 62
How to redirect api from one server to another server with proxy server inbetween the servers using nginx
How to redirect api from one server to another server with proxy server inbetween the servers using nginx

Reverse Proxying Multiple Stream with same port using Ngnix on NAT

Reverse Proxying Multiple Streams on the Same Port Using Nginx on NAT In todays interconnected world managing multiple streams through a single port using a rev

3 min read 17-09-2024 61
Reverse Proxying Multiple Stream with same port using Ngnix on NAT
Reverse Proxying Multiple Stream with same port using Ngnix on NAT