Skip to main content

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.

-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
27 views

Reverse proxy to container is looking for static files outside of the container

I have a website running through a docker container, and I've created a VirtualHost in the host's that is doing a reverse proxy to it, it looks something like this: <VirtualHost *:80> ...
ggahni's user avatar
  • 1
1 vote
1 answer
94 views

Certbot failing on nginx reverse proxy: 404

I am trying to setup a Mastodon instance on Ubuntu 22.04. I have setup Nginx as a reverse proxy and now I am trying to generate an SSL certificate with Let's Encrypt. When I run certbot --nginx -d ...
Connor Weston's user avatar
1 vote
0 answers
65 views

How can I make reverse proxy for websocket requests on apache

I have a website written on Laravel with Reverb for websockets. Everything works except websockets. They are sent from the browser to the server in the form wss://mydomain.com/app (which throw an ...
Jivko Jelev'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
67 views

How to configure Envoy as a caching forward proxy with HTTP CONNECT support

Does anyone know if there's a way to configure Envoy as a caching forward proxy? I've been trying to come to a config that would do that by following the samples and documentation for: ...
Nilvap's user avatar
  • 1
0 votes
1 answer
51 views

Nginx reverse proxy for home assistant not working

I normally access HA via https://home.lan:8123 and it works fine but I would like to access via https://home-assistant.home accessing https://home-assistant.home I get nothing at all If I only do http ...
jotyhista's user avatar
1 vote
1 answer
107 views

Incorrect HAProxy reverse proxy config?

I'm configuring my domain, and I want to set up HAProxy as a reverse proxy for all of my subdomains. Somehow I've got this configured incorrectly, and I absolutely have no idea what's wrong. Here's my ...
Vincent Guttmann's user avatar
-1 votes
1 answer
99 views

How to redirect requests for a URL which uses the default ports to a new URL which uses custom ports?

We have an .aspx web forms "web application" running IIS 10 and .Net Framework 4.8. We want to move it from the "Default Web Site" to it's own site "MyApplicationSite". ...
blogs4t's user avatar
  • 115
0 votes
1 answer
18 views

apaceh2 proxy_html does not rewrite links (MWE)

I am using Apache 2.4.59 under Debian as reverse proxy. I can't make it rewrite links in HTML (at all), and I tried everything I could find on various forums: SetOutputFilter, AddOutputFilter, inflate;...
eudoxos's user avatar
  • 363
0 votes
0 answers
67 views

Reverse proxy for static assets for multiple apps with nginx

I am hosting two apps (a custom "Notes" app, and File browser) on my raspberry pi with nginx. I set a reverse proxy so I can access notes on localhost/notes and files on localhost/files. I ...
Gribouille's user avatar
0 votes
2 answers
97 views

Nginx duplicate location "/.well-known/acme-challenge/"

I'm trying to set up a Nextcloud instance at VPS Server via a Docker image. I found some Docker-Compose on GitHub and tried to build it with my parameters. I registered my domains and checked that ...
makeussrgreatagain's user avatar
0 votes
0 answers
85 views

Hosting passbolt container on server using nginx reverse proxy

I'm trying to host passbolt on my server using container setup; on this server I also have to host multiple websites, each with a different domain; so I thought of configuring an nginx reverse proxy ...
mic f's user avatar
  • 1
0 votes
0 answers
43 views

Apache reverse proxy, add http request header according to REMOTE_USER use RewriteRule and RequestHeader

I'm trying to set up an Apache reverse proxy on server B for a private server A, which has three users: a1, a2, and a3. Server B utilizes a TXT map file to map all kinds of users on server B (b1,b2...)...
b39b332d's user avatar
0 votes
0 answers
236 views

nginx proxy cannot connect to upstream

I have 2 spring apps running on port 8080 and 8081. I wanted to have nginx proxy for forwarding https request for either of them so I have this nginx $cat /etc/nginx/conf.d/spring-apps.conf # Redirect ...
milanHrabos's user avatar

15 30 50 per page
1
2 3 4 5
215