NGINX as a reverse proxy based on domain / URL [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 1 year ago. Improve this question I have three servers available behind a firewall and want to set up NGINX on one (port 80/443) to handle all http traffic … Read more

Is it possible to set same port work with http and https?

I’ve nodejs application which port number is 3001 and this app working with http but not work with https. On apache server, set the revers proxy for 80 or 443 to 5001 and set revers proxy for 3001 also. http://<domain>:3001/socket.io/socket.js —> Work https://<domain>:3001/socket.io/socket.js —> Not Work(Secure Connection Failed or This site can’t be reached) Here … Read more

how publish multi web site with Same port 80 in multi inside web server with cisco router?

I have a problem in publish Multi web Site in multi web server with a single Public IP and all of these Web Sites use Same default port of 80 but have different URL address . I want publish all of these web sites in internet with default Http port 80 and without change default … Read more

SSL proxy nginx cannot reach server by domain name

I am having an odd issue. I configured a SSL proxy with Nginx serving a website in HTTP which is on 127.0.0.1:1195 (example.com is in my hosts pointing to 127.0.0.1). For some reason : https://example.com:8765 doesn’t work and gives ERR_NAME_NOT_RESOLVED while https://www.example.com:8765 works and https://ipaddress:8765 works as well. What did I do wrong? Here is … Read more

how to connect reverse proxy Server [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 1 year ago. Improve this question I have an IIS-ARR LoadBalancing server connected to internet. And I have 2 IIS web servers in a LAN (using a switch) without … Read more

MTLS on Nginx that works with client side Android Apps?

Is there a way to pull off MTLS/Two-Way SSL/Client Certificates that work on unrooted v10+ Android Clients on the cheap? I have a couple of personal api end points that I want to be publicly accessible for just me and a few family members but filter all other traffic out like bad bots, exploit scanners … Read more

networking – Dedicated NIC for different traffic

I have two servers which acts as a reverse proxy which accept incoming requests from internet and passes on to application servers, then responses from the application servers are then served to the clients. Each server has two NICs configured for redundancy through bonding. I want below case NIC1 to be used for internet facing … Read more

Should i use DNS or Proxy for server resolution? [duplicate]

This question already has answers here: Setting up different application instances under one DNS (2 answers) Closed 8 years ago. We have a custom java web app. We are setting it up in instances in different vps (different providers, different locations).Each instance is independent and self contained. We have several docens of this instances and … Read more

Prevent direct access to my server using reverse proxy

I have a web server setup in Microsoft Azure and it has a domain name associated with it like www.example.com. This web server is very critical and i don’t want anyone other than 1 or two people to know the exact URL or its IP. I believe direct access to this web server will be … Read more

How to setup own dns server

Suppose i have 3 Applications. example1.com example2.com example3.com all domains are in different registrar lets say example1.com is in Godaddy, example2.com is in Bigrock and example3.com is in CrazyDomains. My all this application are on different servers they all have dedicated ips also suppose. Suppose app1 current ip is 1.1.1.1 ,app2 current ip is 2.2.2.2 … Read more