Questions tagged [reverse-proxy]
A reverse proxy is a type of proxy server that fetches resources from a specific defined set of servers for a client. It is used in cases when there is an advantage to not exposing the web server with the content directly whether it be for security reasons or because of a lack of available public IP addresses.
3,275 questions
-1 votes
0 answers
68 views
Pi-Hole Can't Use HTTPS With Nginx
Why can't PiHole connect with my nginx reverse proxy? I log into https://dns.thearknet.me/admin and it defaults back to HTTP. All of my other servers can get HTTPS using the Nginx server and ...
0 votes
0 answers
126 views
reverse proxy returns a 503 after some time
I need some help. I set up a reverse proxy, which I call and it redirects me to the target address. Everything works, but after some time (a few hours) I start getting 503 instead of 200, and then I ...
0 votes
1 answer
164 views
Nginx Request Rejected By Cors Check
I am attempting to log into my Copyparty file storage server with the Nginx reverse proxy. The following result displays. Copyparty Login Results rejected by cors-check URL: I understand this is a ...
1 vote
0 answers
123 views
Apache Subdomain Reverse Proxy Redirects to Webpage Root
I'm trying to redirect a subdomain to a specific port using a reverse proxy for a Jellyfin implementation. Things work when I force HTTP, but they fail when I try to use HTTPS. My setup includes a ...
0 votes
1 answer
135 views
Forward Original Client IP over Apache Reverse Proxy (Docker Container 1) to PHP-FPM (Docker Container 2)
I've setup an application with two docker containers, one is apache (httpd:2.4) and one is php (php-fpm:8.2). The flow of an incoming request is customers' device > apache > php-fpm, and I need ...
0 votes
1 answer
142 views
Usage of SSL directives in Apache for backend-only https reverse-proxy?
I've recently migrated an existing Apache2 webserver config from a "traditional" Debian-based linux machine to an AWS EKS environment using the hub.docker Httpd Docker official image instead....
-2 votes
3 answers
86 views
How can I route traffic through a public server to a home server while preserving the client IP address? [closed]
I have two Ubuntu servers: Public server – has a public IP and is accessible from the Internet. Home server – server running in my house, only accessible from the public server. I want the public ...
0 votes
1 answer
74 views
More issues with NGINX reverse proxy
For the life of me, I cannot seem to get my NGINX reverse proxy server working for virtual hosts. And before anyone tells me to use NPM, I'm already using it; however, the server is (1) virtual, (2) ...
0 votes
1 answer
141 views
Does it make sense to use 2 reverse proxy servers?
Seeing how the AI bots are now hammering my home data center (yes, data center...multiple racks), obviously having a reverse proxy server only makes sense. However... I'm starting to get nervous in ...
2 votes
0 answers
46 views
Multiple servers, one SSO reverse proxy
I have a need to secure our various internal services that have website interfaces with SSO. I have set up Keycloak and have configured it and those services that have built-in support for SAML or ...
1 vote
0 answers
137 views
Prestashop 8/9 behind reverse proxy with SSL
I'm trying to deploy Prestashop e-commerce platform in either v8 or v9 (I tried both) on my on-site hardware. The architecture looks like this: PUBLIC INTERNET -> NGINX PROXY MANAGER -> TRAEFIK ...
1 vote
0 answers
180 views
Cloudflare Tunnel Won't Connect Outside Devices To Internal Nginx Reverse Proxy
I am trying to create a Cloudflare Tunnel for my reverse proxy. No open ports on my router. I can not connect to the Cloudflare tunnel from outside of my network. I want to reach test.arknet.cloudns....
1 vote
1 answer
98 views
How to configure Nginx reverse proxy with Docker for nopCommerce to work with HTTPS?
Where this question can be asked May be server fault? I’m running a nopCommerce ASP.NET Core application using Docker containers on Linux. Setup: nopCommercecontainer (ASP.NET Core app, exposed on ...
0 votes
1 answer
81 views
How to enforce VPN access on HTTPS with Nginx passthrough while SSL is terminated on backend?
I have an Nginx reverse proxy gateway forwarding traffic to a backend host running a website and PHP apps. The backend terminates SSL (certs are managed there), and the gateway currently uses stream ...
0 votes
0 answers
238 views
Keycloak configuration behind a reverse proxy redirects from HTTPS to HTTP - Mix Content issues
I deployed Keycloak, which is working correctly, and I can access the interface. However, when I try to configure my reverse proxy to access it from the LAN and set up HTTPS, it no longer works. My ...