55,331 questions
-1
votes
0
answers
34
views
nginx reverse proxy for separate services with same domain [closed]
i have domain like [email protected] and i have five services which have different ips, ports and endpoints (i have made the endpoint custom). my services are of fastapi, i have set up the nginx reverse ...
0
votes
0
answers
43
views
Python Socketio client has a transport error by connection with Flask-SocketIO-Server only on Raspberry Pi 5
I want to connect my Raspberry Pi 5 whit a python-socketio client to connect whit my Flask-SocketIO server on a different device. I'm using a nginx as a WebSocket Reverse Proxy.
My Problem is that i ...
0
votes
0
answers
13
views
Spring Cloud Gateway logs in successfully, but instantly redirects back to /login even though Authorization header is present
I have a Vue single-page application served by Nginx, which forwards API calls to a Spring Cloud Gateway. The login API returns a JWT token in a Cookie. Nginx maps that cookie into an Authorization ...
1
vote
0
answers
19
views
Does nginx plus/oss hold the unhashed cache key or uri metadata in memory?
NGINX Module to Dump Original Cached URIs
What I'm trying to do
I am trying to create a module that shows the original URLs of cached content in NGINX.
For example, if /media/image.jpg is repeatedly ...
0
votes
0
answers
23
views
React Js in Laravel 11 in the ngnix server
I created React js and run the code in the Laravel Interia When I call link, it shows error like "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource" ...
-2
votes
1
answer
42
views
Configuring nginx for React and Node [closed]
I am trying to configure nginx for my application setup. I have a React app, and it talks to a Node backend, running at localhost:3000.
In nginx.conf:
server {
listen 80;
server_name ...
0
votes
1
answer
30
views
nginx rewrites vBulletin to XenForo
There is a similar question here but the answer does not work, and the official answer from XenForo does not work either. Apparently they had an issue with forums moving from a /forums setup to the ...
0
votes
0
answers
18
views
Request fails due to header Expect 100-continue
A windows software is used to send a request to a api endpoint.
The request comes a along with a image, which will be changed and in the same request the changed image is returned in the response.
The ...
-3
votes
0
answers
33
views
Nginx won't start up can't load certificate [closed]
All of a sudden ssl is not working and I cannt refresh a certificate and now nginx won't start.
Here is the error
he nginx plugin is not working; there may be problems with your existing configuration....
0
votes
0
answers
25
views
Keycloak 25 - Nginx - Authorization Code with "client_data" query parameter
I have a docker-compose setup with Keycloak (v.25), postgres and nginx. Nginx is a proxy-server.
The setup works fine for the admin; but for the authorization, I can't get the login screen to redirect ...
0
votes
0
answers
43
views
Understanding Quarkus-logs
I have thousands of logs in my Quarkus application like this one:
2025-04-25 23:23:46 ERROR [io.vertx.ext.web.RoutingContext] (vert.x-eventloop-thread-1) Unhandled exception in router
2025-04-25 23:36:...
0
votes
1
answer
75
views
Docker does not download the specified image [closed]
Docker-Compose is not downloading the specific version of PHP that I want. I want the version "php:8.4.5-fpm" and it only downloads the "latest" version. I tried several things, ...
1
vote
0
answers
80
views
Git LFS tracked file still served as pointer inside Docker + nginx setup
We're hosting a Unity WebGL project using Docker, nginx, and GitHub. It has several builds underneath projects folder, and everything was working fine until I decided to switch to git LFS. After ...
-3
votes
0
answers
28
views
I can't log in to NGINX using default values [closed]
I type localhost:8181 and the login panel and if I type [email protected] and password changeme I get the error "Not Found". How can I fix this
docker-compose.yml file:
services:
app:
...
0
votes
1
answer
65
views
WebSocket (WSS) to EMQX via NGINX Ingress Fails
I'm running into a frustrating issue trying to establish a WebSocket connection (wss://ui-dev.url.com/mqtt) to an EMQX MQTT broker behind an NGINX Ingress Controller in a Kubernetes dev environment.
🔍...
0
votes
0
answers
37
views
How to configure Nginx to prompt the user to select a client certificate from OS certificate store (e.g., e-Token on macOS/Windows)?
I'm trying to configure Nginx to require and request a client certificate during HTTPS handshake — specifically in a way that prompts the browser to show the user a selection dialog from the Keychain ...
1
vote
0
answers
28
views
OpenSSL with p11-kit-client.so fails inside Nginx container (but p11tool works via UNIX socket)
I'm setting up nginx inside a Docker container (proxy container) to use a PKCS#11 private key via OpenSSL + engine_pkcs11. The private key is managed by SoftHSM2 in another container (HSM container), ...
-1
votes
0
answers
19
views
Safari Fails to Load Next.js Chunk Files with SSL Errors While Chrome Works Fine [closed]
I'm experiencing a strange issue with my Next.js 13.5.6 I app deployed behind Nginx with SSL via Let's Encrypt.
Everything works perfectly in Chrome, but in Safari, some requests for Next.js chunk ...
-1
votes
0
answers
23
views
RTMP Disconnects quickly when the stream is turned on and No index.m3u8 files are being generated in the assigned directory [closed]
23/4/2025 09:52:58 9408 [INFO] [rtmp connect] id=7K1RWSO1 ip=::1 app=live args={"app":"live","flashVer":"LNX 9,0,124,2","tcUrl":"rtmp://localhost:...
1
vote
2
answers
34
views
How can I serve different html files depending on value of upstream header with nginx
I'm struggling to configure (or actually even understand if it is at all possible) nginx for the following task:
Upstream server returns a custom header VERSION with one of the following values: ver1, ...
-1
votes
0
answers
92
views
Cannot POST error in production but works on localhost
I am encountering a Cannot POST error in my production environment, but the same API endpoint works fine in my local development environment. The issue seems to be specific to the production setup, ...
0
votes
0
answers
41
views
NGINX auth_request does not work with return 204
I'm trying to create an NGINX endpoint that will validate the session using auth_request directive and return the auth-token in a header without a response body. location /whoami block in config below....
1
vote
0
answers
51
views
Next.js docker behind nginx, css and js not loaded
I'm running the next 15 as a Docker container behind an Nginx reverse proxy. The website is working as expected in my local network from Docker, but if I expose it via an Nginx proxy, I don't get the ...
2
votes
0
answers
57
views
Handler callback in Nginx 1.24.0 dynamic module is called twice, causing premature IP blocking
I'm a novice in Nginx module development. In a practice project, I need to develop a dynamic module for Nginx 1.24.0 to block high-frequency access IPs. The module needs to count IP accesses. However, ...
0
votes
0
answers
22
views
Tomcat behind Nginx reverse proxy not loading JS or CSS
I've found other questions like this but none of the suggested solutions worked for me.
If I get to the app using http://ip:port/context everything works just fine.
If I go with http://sub.domain.com ...
0
votes
0
answers
20
views
How to make nginx work on deep links when use detail link
I create a site which domain is https://resume.my.site.
What I'm trying to accomplish is to reverse proxy to https://my.site/resume when a user accesses https://resume.my.site
my config file is like:
...
-1
votes
0
answers
39
views
404 on Page Reload with Vue Router History Mode
All right! Here's just the error message text, as you might post it on Stack Overflow – without code blocks:
When I reload a page like http://localhost:8080/dashboard/mitarbeiter, I get this error:
&...
0
votes
0
answers
40
views
https://localhost working on server but not in SSH connected machine
I have a web server running as intended on localhost:80 on Fedora (6.13.9-200.fc41.x86_64) and I wanted to access it through another machine I'm using to SSH into.
I've been following this video and I ...
0
votes
0
answers
25
views
Transform /etc/init.d/nginx openrc with chroot one
I chrooted nginx with success. When I run
chroot /srv/http/ /usr/bin/nginx -g 'pid /run/nginx.pid;'
all is good.
My plan is to incorporate this (overall -g 'pid /run/nginx.pid;' part) to my default /...
1
vote
1
answer
33
views
ERR_TOO_MANY_REDIRECTS when self-hosting Plausible behind NginX via Laravel Forge
I have a .app domain which I started hosting via Laravel Forge & Hetzner due to my main domain being a php-based app. Now, I want to host the self-hostable version of Plausible, plausible-ce so I'...
1
vote
1
answer
32
views
AWS ingress controller Keepalive timeout
I am running a Aws EKS cluster with Load balancer and Ingress Controller. When I call an API in NodeJs service which I am running as pod in EKS cluster its returning 499 error. When The API call takes ...
0
votes
0
answers
37
views
NGINX cache always returning MISS in browser although its caching
I am trying to learn caching using nginx to cache my NEXT APIs. This is my
nginx.config
worker_processes 1;
events {
worker_connections 1024;
}
http {
proxy_cache_path /tmp/nginx/cache ...
0
votes
0
answers
46
views
Unable to open nginx with domain and can't open checkmk in Firefox browser
So I'm unable to open nginx with my domain name, arborhub.io and I can't open checkmk on the browser either.
I decided to try & run checkmk behind nginx instead of apache, which I did successfully....
0
votes
0
answers
24
views
Jenkins gives a 404 error on its static files via nginx
I'm kind of new to ci/cd stuff
I'm trying to throw jenkins through nginx, it works but gives a 404 error on its static files
for exmple - https://example.com/jenkins/static/e7bd01fe/jsbundles/styles....
0
votes
0
answers
45
views
Docker + Dash + nginx-proxy: Redirect loses port inside container
I have a Dash app running inside a Docker container. I'm using nginx-proxy to automatically handle the reverse proxy.
https://github.com/nginx-proxy/nginx-proxy/tree/main
The app is exposed through ...
0
votes
0
answers
28
views
host not found in upstream "api.todoist.com"
I'm using nginx as a proxy for the Todoist api - the micro controller that I'm using to read the API doesn't do well with timeouts so I used nginx to catch the API results.
It worked well for about a ...
0
votes
1
answer
64
views
Why is my nginx+php pod accepting traffic too soon?
I have a multi-container pod that houses an nginx container and a php-fpm container. they communicate over a file sock.
Years ago I learned that each container could isolate its own readiness, and ...
-1
votes
0
answers
30
views
Changing button name in snipeit
I'm using Snipe-IT on an Ubuntu server, and I want to change the terminology shown in the dashboard:
Change Checkout → Transfer
Change Checkin → Return
I tried editing the language file located at:
/...
0
votes
1
answer
35
views
Flutter Web CORS issue with self-hosted Parse Server behind Nginx (dashboard works partially)
I'm hosting a Parse Server on a VPS with HTTPS using Nginx as a reverse proxy.
Current Setup
Parse Server running with a custom index.js or directly using pm2 (i've tried both)
Nginx handles SSL and ...
0
votes
1
answer
21
views
next.js on GAE: 404 Chunk Load Error – Loading chunk <number> failed
When deploying my next.js application to Google App Engine (Standard Environment), one specific js chunk cannot be loaded but throws a 404 error and makes the app crash. Happens everytime when I load ...
0
votes
0
answers
37
views
Browser-geneated request triggers 403 but curl and postman do not
This one is odd because it seems to be the reverse of what most people ask regarding this topic.
Some facts:
I am deploying an application with docker and nginx;
My application uses several containers,...
0
votes
0
answers
25
views
NGINX reverse Proxy- url configuration
I have three URLs for which I want to do a reverse proxy. (Also, the URLs can have an optional '/' at the end.)
/test
/test/id
test/id/{id_number}
So far I am writing the nginx config for the first ...
0
votes
0
answers
24
views
can't retrieve images from filesystem with Next.js and Django
English is not my native language.
I'm trying to deploy three Next.js apps and one Django API app(using Django ninja). the problem is I get "400 bad request" in my browser's console.
https://...
0
votes
1
answer
46
views
Getting error while hitting my api using domain - Error 502 Bad Gateway
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 ...
0
votes
2
answers
105
views
sse not streaming data with vue, node.js and nginx
i had built a sse example with vue3 and node.js , and node.js server is behind a nginx. Here is the implementation.
vue3 code
eventSource = new EventSource('https://app.kuangcc.com/sse/events');
...
0
votes
0
answers
19
views
Nginx reverse proxying to another Nginx docker container results in mixed content
I'm trying to achieve the following:
"Entry"-Server as reverse proxy running on :2000
/ -> frontend:3000 (frontend being a Nginx-Server from my docker-compose)
/api -> backend:4000 (...
0
votes
0
answers
33
views
nginx server not enabling HTTP/3 and QUIC
i have hosted my video on nginx server and serving through localhost.
but still the client-protocol being shown in my dev tools network tab on chrome and safari browser for macos is HTTP/2 and not ...
0
votes
0
answers
38
views
NGINX nginx-auth-ldap stops authentication when the first LDAP server is unreachable
I am using the nginx-auth-ldap module in NGINX to authenticate against multiple LDAP servers. My configuration is set up to authenticate against the first LDAP server (ldap1), and if it fails, ...
0
votes
1
answer
57
views
How to handle simultaneous duplicate requests once with FastAPI?
I'm facing this situation:
I have a FastAPI application running on, for example, 10.11.12.13:8000, and I "register" multiple "workers" with that address. Clients can send requests (...
1
vote
1
answer
54
views
Node.js can't connect to Postgres inside Docker-Compose
I want to run my Node.js, Postgres and Ngnix in the same docker container but I am reaching the below error
2025-04-02 20:07:11 Connection error Error: connect ECONNREFUSED 127.0.0.1:5432
2025-04-02 ...