Skip to main content

Questions tagged [nginx-reverse-proxy]

The tag has no usage guidance.

-1 votes
1 answer
75 views

Test a website without changing DNS settings

I need to test a website before changing DNS records. There are tools such as Skipdns.link and in the past hostcx. I need this but without the limitation of skipdns.link. For example all URLs of ...
Noob's user avatar
  • 97
0 votes
0 answers
20 views

How to securely upload multiple SSL certificates to remote server with CircleCI and Docker

I'm working on a DevOps workflow using CircleCI for deployments and Docker for containerized applications. I need to automate uploading Let's Encrypt SSL certificates (multiple certificates possible) ...
Akrash Nadeem's user avatar
2 votes
0 answers
53 views

SMTP Port 25 Issue on Nginx Mail Proxy

I set up an Nginx mail proxy server and configured it to distribute to several mail servers as a front-end server. However, I need to open port 25 in the configuration; otherwise, I cannot receive ...
keljix's user avatar
  • 21
0 votes
0 answers
35 views

Nginx not routing simultaneous requests hashed by a header variable to same upstream

I am using Nginx v1.27 as a load balancer for 2 upstream services. The routing is decided by nginx using hash on a header in the request. Since the apps are part of a transaction, requests with a ...
GTY's user avatar
  • 101
0 votes
0 answers
29 views

Nginx custom locations for multiple app access (different ports) on Synology

I am really new in this topic. What i want to achieve: I have different tools that i use on my synology. Instead of connecting to all of the different tools with subdomains I want to use one domain ...
Fit Tune's user avatar
1 vote
1 answer
78 views

Forward traffic for one hostname without proxy Nginx Proxy Manager

I have several hosts service1.example.com, service2.example.com behind Nginx proxy manager, where the NPM handles ssl and lets encrypt acme. Now I installed a new host newhost.exmaple.com that ...
Neurofibromin's user avatar
0 votes
0 answers
40 views

Nginx not loading image on a static HTML page

I have several frontend websites running via Nginx reverse proxy using server blocks. All of these websites are stored in their own directories within the /opt/ folder. I also have an /opt/status/ ...
ABCDEF's user avatar
  • 1
0 votes
0 answers
23 views

Set up reverse proxy with Nginx to redirect traffic to specific port

I installed nginx on a recently installed Alma Linux 9 system. After starting the updates with sudo yum update -y I reviewed the initial configuration of nginx to be able to build a node application ...
Chaoticsystem504's user avatar
0 votes
0 answers
38 views

Nginx serve 2 service first as default path and second as path

I started learning NGINX and I have an NGINX server and my goal is to serve 2 app in it, one is frontend and the other is backend. since I should configure SSL too, want to use backend as sub path. by ...
Jafar ashrafi's user avatar
0 votes
0 answers
55 views

NGINX proxy pass not working with Laravel application. No routes other than / can be accessed from proxy domain. Gets a 404. How to solve?

I have a Laravel 7 application running on a separate server, let's assume it is SERVER A with domain serverA.com. The application is behind NGINX. I have another server, SERVER B. I want to proxy pass ...
Sajid Anam Ifti's user avatar
0 votes
0 answers
103 views

Pass 404 response from Apache backend through Nginx reverse proxy

I'm running a Rails application with Apache and mod_passenger with an Nginx front-end for serving static files. For this most part this is working great and has been for years. I'm currently making ...
Kenn's user avatar
  • 145
0 votes
0 answers
106 views

URL Encoding Issue in Redirects with $request_uri

I'm encountering an issue with URL encoding in my Nginx configuration. I have set up a list of redirects using the map directive with $request_uri map $request_uri $staticRequestRedirect { /oil/%...
petterik's user avatar
0 votes
0 answers
66 views

Remove Query String from Redirected URL $request_uri?

I am new to Nginx and I'm facing an issue with my Nginx configuration. I have set up a list of redirects using the map directive ($request_uri) as shown below: map $request_uri $staticRequestRedirect {...
petterik's user avatar
-2 votes
2 answers
67 views

Issue with using IP address SSL

Mongod database with Nginx. I am getting this error when connected to my database. http://212.38.94.32:3001/api/ "This request has been blocked; the content must be served over HTTPS". I ...
Syed Emon's user avatar
0 votes
0 answers
49 views

Unify multiple domains/platforms using one MX record

We have two separate domains A and B. We have three platforms Platform A B and C. Since there is a ton of work to migrate everyone to one domain A on platform B and leadership wants everyone to use an ...
JustmeJB's user avatar

15 30 50 per page
1
2 3 4 5
21