Skip to main content

All Questions

0 votes
0 answers
9 views

Create mTLS Connection between NGINX and Tomcat

I have a Java application that requires a client certificate to authorize backend calls (note: this application is provided to us, and we cannot modify it). When executing the command: curl --cert bla....
MrFeed's user avatar
  • 21
-3 votes
0 answers
28 views

Nginx Proxy Manager is proxying all static file requests to the frontend container [closed]

I have set up Nginx Proxy Manager on my server to proxy requests to different containers. When accessing the / location, the requests are redirected to the frontend container, and when accessing /...
mark0wka's user avatar
1 vote
0 answers
21 views

Nginx configuration for reverse proxy on multilingual WordPress (WPML) with Laravel: 502 error

I have a multilingual website built with Laravel and a multilingual WordPress blog (using WPML) in the "public" folder. I'm trying to configure Nginx as a reverse proxy to serve the blog on ...
Veronica Piccone's user avatar
0 votes
0 answers
48 views

NGINX reverse proxy returns HTTP 400 with a invalid header line for my flutter app.Works fine in Postman

I've setup Nginx with reverse proxy to my django backend api. The requests from Postman work perfectly fine but on Flutter I get a HTTP 400 157 from the nginx server while performing a GET request. ...
Earthling's user avatar
  • 435
0 votes
0 answers
20 views

sub_filter not replacing the strings in iframes

I'm using Nginx as revproxy for one of the application. One of the requirement is to replace the domain string in html pages. I was able to achieve this using sub_filter_types but the iframes from the ...
user3870709's user avatar
0 votes
0 answers
48 views

nginx server hosted on AWS ECS does not respond back with CLOSE_NOTIFY

One of our clients recently updated their infrastructure as part of their ongoing security maintenance exercise which includes an OpenSSL library update (from V1 to V3). Unfortunately, OpenSSL 3 has a ...
Amol Kshirsagar's user avatar
1 vote
0 answers
6 views

How can I configure Nginx as a reverse proxy on Windows Server 2022 to route traffic through an external IP

I am working on a project where I need to set up Nginx as a reverse proxy on Windows Server 2022. My goal is to configure Nginx so that when users access a specific port (25400) on my server, they see ...
Rais's user avatar
  • 11
0 votes
0 answers
24 views

Nginx Proxy Manager return Apache Default Page

I've issue to configure Nginx Proxy Manager with zabbix, nextcloud, Proxmox. I've a ndd.tld on OVH. NPM is installed on VM with Docker on Proxmox. It's works good for NPM, Portainer, grafana, ...
lilp's user avatar
  • 3
0 votes
0 answers
22 views

Setting up nginx reverse proxy

I'm trying to load thumbnails from clips from twitch.tv. An example of such a thumbnail is https://clips-media-assets2.twitch.tv/CXzsrBvvfE329FjJpbitbQ%2F51975976173-offset-16224-preview-480x272.jpg I ...
janovak's user avatar
  • 1,577
0 votes
0 answers
20 views

SRV Record Integration with Consul and Nginx for Dynamic Service Discovery in Nomad

Hi I have one small confusion why SRV records are not working with Consul and Nginx. My goal is to use Consul DNS to route traffic to services deployed via Nomad, where dynamic port allocation is used....
lovestaco's user avatar
0 votes
0 answers
19 views

Socket.io implementation is working in local but gest timed out when hosted on Nginx

I'm running a Node.js application on a server that communicates via WebSockets using the Socket.IO library. The Node.js application listens on port 5000, and I am using NGINX as a reverse proxy to ...
Jatinder Singh's user avatar
0 votes
1 answer
26 views

Backend Service doesn't receive "&" when using NGINX as reverse proxy

I'm using NGINX as reverse proxy, with dynamic mapping to forward the request to the correct backend. Here is my map directive map $arg_action $backend { "~^nginx/.*" nginx-web; "~^...
Mustafa Al-Metrami's user avatar
0 votes
0 answers
17 views

"Nginx Path-Based Routing Issue: Login Fails at /cs/ Path on HTTPS"

I’m currently configuring Nginx for path-based routing, and I've run into an issue where logging in to my application works when accessed via a specific URL, but fails when accessed through another ...
nethaaji's user avatar
-1 votes
1 answer
86 views

Dockerized NGINX with Reverse proxy doesn't listen on the default port

I have deployed my django backend api on Amazon Ec2 using docker successfully. My first step is when I attempted to put in a dockerized Nginx to act as a reverse proxy. I then eventually intend to use ...
Earthling's user avatar
  • 435
0 votes
0 answers
7 views

Nginx Reverse Proxy With External IP And Port [migrated]

I am using Nginx on Windows. I have a question: Is it possible to use an external IP and port for Reverse Proxy operations with this tool? If so, do I need to add the external IP and port to my ...
Rais's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
157