Skip to main content

Questions tagged [nginx-reverse-proxy]

0 votes
0 answers
45 views

I cannot change my URL e.g. /dfdrgr.php?page=dfgfg to /rrrr. I’ve a .txt file contained e.g. /rrrr /dfdrgr.php?page=dfgfg; and a redirected.map file contained: # Redirects map file – auto generated ...
Roh's user avatar
  • 101
-1 votes
0 answers
107 views

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 ...
daniellooartist's user avatar
0 votes
0 answers
33 views

I have an Azure Container App that is running Nginx as a Proxy to an API Server server { listen 80; server_name _; root /var/www/html; access_log /var/www/html/access.log; ...
TheLovelySausage's user avatar
0 votes
0 answers
149 views

I created the following CNAME DNS in my CloudFare account. Type Name Content Proxy Status CNAME * maindomain.me DNS only CNAME maindomain.me ...
dreamzboy's user avatar
  • 101
0 votes
0 answers
143 views

I want to run Presta behind an Nginx reverse proxy. Presta 8.2.1 is running on Nginx 1.26.3. I’ve prepared: Reverse proxy config: https://pastebin.com/Xcx2s93f Presta (backend) config: https://...
Polak's user avatar
  • 1
0 votes
1 answer
129 views

I was tasked with using ingress-nginx controller v1.12.2 on a Kubernetes Cluster for my org. I scanned it for vulnerabilities with Trivy (github action), and got this report - ┌───────────────────────...
Munish-Soni's user avatar
0 votes
0 answers
52 views

I'm trying to configure a WSO2 API Manager (v4.5.0) cluster behind an NGINX reverse proxy. Below is a simplified view of my NGINX config: upstream sslapi.am.wso2.com { server srvtstwso201.<...
Encher Chourico's user avatar
0 votes
1 answer
56 views

Need one help to configure nginx to redirect url to minio. Ex I want to use url like http://localhost:80/myprojects/dir1 to fwd to http://localhost:9000 Below is my conf file. server { ...
Abhishek Dave's user avatar
0 votes
1 answer
349 views

I want to host several docker services on a VPS and secure everything using a nginx reverse proxy as single entry point for the publicly available services. The VPS IP is associated with a domain name ...
Blupon's user avatar
  • 103
0 votes
1 answer
343 views

In this project I try to add SSO support, using Nginx & OAuth2-Proxy, to an existing project without making any modifications to that project - due to this HARD constraint the frontend and backend ...
Sergei's user avatar
  • 1
0 votes
1 answer
139 views

tw5@renegade:~$ dig @192.168.57.1 tw5.helpdesk.com ; <<>> DiG 9.18.30-0ubuntu0.24.04.2-Ubuntu <<>> @192.168.57.1 tw5.helpdesk.com ; (1 server found) ;; global options: +cmd ;; ...
leeand00's user avatar
  • 5,061
0 votes
1 answer
93 views

I am trying to setup a simple development endpoint for a php backend/api implementation with nginx and fastcgi. Since I have another project also running in my server on port 80, I have decided to ...
aebosnak's user avatar
0 votes
2 answers
160 views

When I use this syntax, my nginx redirects correctly to myapi : location /myapi { proxy_pass http://service-flask-api.backnamespace:80/myapi; } But when I use this syntax, my nginx returns "...
Vulpo's user avatar
  • 123
0 votes
0 answers
56 views

NGINX Plus Live Activity Monitoring /api/ Conflict with Application /api/* Routes — How to Handle? Body: I’ve enabled NGINX Plus live activity monitoring by configuring the following block in my NGINX ...
user1214702's user avatar
0 votes
1 answer
151 views

I have two hyper-v vm's setup both running ubuntu 24.04. VM1 has a basic website and collabora done with apache and then an apache reverse proxy serving those two plus exchange 2019 and nextcloud-that'...
mmh911's user avatar
  • 1
0 votes
1 answer
148 views

Updated: I have two Pi4B web servers running nginx located behind a proxy server (RPS) also running nginx. Web server 1 (WS1) was build several years ago using the Buster Debian OS. Web server 2 (...
RDK's user avatar
  • 123
1 vote
1 answer
107 views

Everyone! Introduce: I Have some devices, which work only with TLS 1.1 version. New version MS Exchange doesn't include it and I'm searching a solution. I found information that Nginx can accept ...
Bk Nv's user avatar
  • 21
0 votes
0 answers
210 views

Attention throughout description I replaced: my current domain -> my.example.com actual server ip -> server-ip Im new to deploying web apps. I've managed to deploy my angular web app over https ...
John's user avatar
  • 101
0 votes
0 answers
112 views

Here's the config: server { access_log /var/log/nginx/synapse.access.log; error_log /var/log/nginx/synapse.error.log; server_name synapse.foo.bar; #location ~ ^(/_matrix|/_synapse/client|...
Rhywden's user avatar
  • 103
0 votes
0 answers
120 views

My backend is in nodejs, hosted on VPS, using nginx for reverse proxy. After certain recent merges I have started getting 502 Bad gateway error <html> <head> <title>502 Bad ...
Tech Admin's user avatar
0 votes
0 answers
53 views

I have below haproxy config. frontend main bind :443 ssl crt /etc/haproxy/example.uat.pem ciphers DEFAULT:!LOW:!RC4-SHA:!RC4-MD5:!DES-CBC-SHA:!DES-CBC3-SHA no-sslv3 no-tlsv10 no-tlsv11 bind ...
Arpit Gupta's user avatar
0 votes
0 answers
185 views

I have a microservices project and i used an nginx proxy as a common gateway for all of the request.Most of the requests need a bearer token to work and i have to pass that to one of the backend ...
Kishido's user avatar
0 votes
1 answer
249 views

I am trying to configure NGINX to listen on the same port (port 8400) for both HTTP and HTTPS traffic and redirect them to backend server with 2 connectors based on whether the incoming connection is ...
Joshua V Thomas's user avatar
0 votes
0 answers
99 views

I'm trying to set up what I thought was a pretty basic reverse proxy for testing out a martin server locally (only for local dev). This is what I've got so far but I get nothing but a 502: Bad Gateway ...
ebbishop's user avatar
  • 101
0 votes
1 answer
504 views

I have some problems with a specific setup that I want to achieve: Summary: Nginx acts as a reverse-proxy Backend running at http://localhost:8080/ Nginx may return HTTP 403 ($block_access = true), ...
ShadowEagle's user avatar
0 votes
0 answers
144 views

I have touched a little the template file with which the nginx configurations are generated, the result is the following: # from nginxproxy/nginx-proxy # uknp.dock/ upstream uknp.dock { # ...
Francisco IA Lover's user avatar
0 votes
1 answer
235 views

I'm deploying Nginx in an OpenShift (OCP) pod as a reverse proxy for our microservices. Our setup includes four environments: Prod Blue: myproject.mycompany.com Prod Green: myproject-green.mycompany....
Rahul Anand Yadav's user avatar
0 votes
1 answer
397 views

I have a docker container running a NGINX website behind a docker container running a NGINX Gateway. Both on the same host. Using URL 'my-site.com'. The webroot files are in a folder on host that are ...
Allan Andrade's user avatar
1 vote
2 answers
204 views

I have server A which takes https requests like: https://example.com/CHANGEME/example/index.html I have Server B which takes: https://CHANGEME.example.com/example/index.html The client should only ...
Linus2289's user avatar
0 votes
1 answer
1k views

Setup: Keycloak is running in docker container in Ubuntu VM on proxmox Nginx Proxy manager is running in LXC on proxmox Advanced configuration in NPM: proxy_set_header Host $host; ...
wojg21's user avatar
  • 3
0 votes
0 answers
114 views

I am attempting to setup a nginx reverse proxy in a docker container on a windows host machine for development. It's meant to reflect how the production services hang together. I am currently running ...
RussShroom's user avatar
0 votes
0 answers
73 views

I'm attempting to run Nextcloud with https support and I have an existing TLS certificate and key. I've modified the docker-compose example here to support this, and I have the TLS certificate and ...
Brad's user avatar
  • 161
0 votes
0 answers
74 views

This is what I try to achieve: User1 -> first.example.com:443 -> NGINX -> server1:443 User1 -> second.example.com:6102 -> NGINX -> server1:6102 All connections shall be sticky and ...
Shin's user avatar
  • 1
0 votes
1 answer
125 views

I'm setting a reverse proxy in front of a service using Podman on Fedora. The problem is when I set the location to / everyting works fine but when I add a subdirectory like /read/ I get different ...
Naadiyaar's user avatar
1 vote
1 answer
329 views

I have a server with two Ethernet ports, one with IP address 192.168.x.y, the other with a different IP address. The server is running Debian Bookworm and nginx 1.22.1. This is my nginx site ...
Mark Raymond's user avatar
2 votes
3 answers
1k views

I think that a docker system with nginx + ssl + nodered + grafana + mosquitto + influxdb is quite common, I hope this will help others. I have working nginx and ssl (certbot) perfectly, and if I go to ...
Juan Rangel's user avatar
0 votes
1 answer
122 views

I have on my local network port forwarding with a few different servers behind that single router. I have a first layer nginx proxy that I use to route to the second nginx which is the app's reverse ...
Mike Mann's user avatar
  • 101
-3 votes
2 answers
372 views

I am trying to set up Https for my Ubuntu server using Nginx. I am running an application on localhost and using reverse proxy. This is my first time using Linux and nginx. My https request is failing ...
Owais Nooe's user avatar
1 vote
1 answer
375 views

We are using cloudflare proxy, so real IP is hidden. But if you would know real IP, you can still access site using it. Is there a way to limit access by that IP? I mean: by domain: https://some-...
Andrius's user avatar
  • 111
0 votes
0 answers
152 views

I have a VPS where i hosted an Appwrite Instance. I also have a domain that is linked to the server and the behaviour i want to achieve is that when a user calls just the baseurl the user should be ...
Eugene's user avatar
  • 1
-3 votes
1 answer
244 views

I have setup Nginx with gunciron and django. Everything seems to work fine , atleast that what i believed. However , when i check the .gunicorn-logs directory as specified to be created in docker and ...
Earthling's user avatar
0 votes
0 answers
293 views

I was working on configuring a locations.conf file for reverse proxy with nginx, however, when one of the services set in locations is turned off/paused in docker, nginx simply stops working and ...
João Lucas Mendes de Oliveira's user avatar
0 votes
0 answers
43 views

I'm using NGINX as a reverse proxy to send requests to localhost:3001. localhost:3001 contains a docker container running a fork of the local version of prerender.io. Thus, a full request would look ...
remin's user avatar
  • 1
0 votes
0 answers
269 views

The following server with Nginx version 1.22.1: server { listen 80; server_name ip; location /getthe/ { set $target_url $arg_url; if ($target_url = "") { ...
PeppersONLY's user avatar
0 votes
0 answers
2k views

I’m struggling with a problem while configuring an Nginx reverse proxy server. Everything seems fine, but I keep receiving a 404 error. I’ve never done this before and don’t have experience with such ...
stows's user avatar
  • 1
0 votes
1 answer
194 views

I'm getting the following error in the RTMP block of my nginx.conf when I attempt to run it in a dockerized setup. [emerg] 1#1: host not found in url "api-servers/api/livevideostreams/...
Earthling's user avatar
0 votes
0 answers
167 views

I have some websites, and i use cloudflare cdn with proxy setting enabled. So now the chain is: website visitor -> cloudflare -> my webserver I want to add some tricky thing - to add one more ...
Aleksandar Pushevich's user avatar
0 votes
0 answers
100 views

I have the following code, tried so many attempts, 3 days working on it but still nothing. If I fix one thing, another breaks - looking for help. What I'm trying to achieve: example.com redirects to ...
Big L's user avatar
  • 1
1 vote
1 answer
98 views

I am trying to set up a proxy for my dolphindb port 8902. The http part seems working. However, I got error message when the javascript tries to establish a websocket connection: ...
Gabriella Chaos's user avatar
0 votes
0 answers
216 views

OK so I have 5 pages: login.html otp.html billing.html index.html(for debugging purposes) page-not-found.html Intended logic Enter into browser: sub.domain.com/path (eg. sub.domain.com/login) ...
Infinitexistence's user avatar

1
2 3 4 5
7