2,704 questions
0
votes
1
answer
25
views
ORDS 25.2.1 behind Nginx/Tomcat – cookies appearing in page body
Environment:
- ORDS 25.2 deployed on Tomcat 9.0
- Java 17
- Database and APEX on separate servers (PaaS)
- Reverse proxy: Nginx
Problem:
After upgrading to ORDS 25.2.1, the APEX layout breaks. Some ...
0
votes
0
answers
47
views
403 Unauthorized for JS files but everything else works
Can someone help me out why nginx returns a 403 Unauthorized for .js files, but other files work:
I have a file /etc/nginx/sites-available/my-server.nl:
server {
listen 80 proxy_protocol;
...
Tooling
0
votes
0
replies
21
views
Open resty kubernetes frontend
User-->Load abalancer-Frontend VPC-Openresty Nginx --->Router-->Priv LB -->Kubernetes
I want to ask about Openresty in Kubernetes. I am using it now as reverse Proxy as Tasks in AWS and ...
3
votes
1
answer
272
views
SocketTimeoutException while downloading large file and this behavior is inconsistent among different browsers
Description of the bug
Description of the bug
Using Vaadin with Spring Boot, and when I try to download a file using the DownloadHandler.fromInputStream API, the download is being interrupted after ...
0
votes
0
answers
36
views
How to configure ASP.NET MVC (.NET 4.8) app to work under /report location with Nginx?
I have an ASP.NET MVC application (on .NET 4.8). Currently, the DevOps team has set up Nginx to handle requests with: location: / and this works fine.
Now they want to change the setup so the ...
0
votes
0
answers
105
views
How to properly setup argocd behind a proxy
I have been trying to setup Argocd with EKS, helm chart and AWS ALB behind a proxy( nginx ingress) and it not working at all. After deployment to eks cluster, if i do port-forawarding, the UI works ...
0
votes
0
answers
91
views
Configuring Kastrel in an ASP NET Core WebApi project
I have an ASP NET Core WebApi application. I have already deployed my API on a real server, and I have Nginx running as a reverse proxy server behind it. I would like to understand how to properly ...
0
votes
1
answer
506
views
Keycloak admin console from behind reverse proxy
all, thanks for reading.
I have a keycloak server running locally in Docker. I want to make it accessible only through a reverse proxy. I managed to get that working with an nginx.conf that looks ...
0
votes
0
answers
25
views
Can I use Deploy Blockscouto without proxy and nginx
I want to know if Blockscout can be used without any reverse proxy like Nginx, or if it's possible to change the default proxy port from 80:80 to another one (for example, 8080:80 or 3000:80).
I tried ...
0
votes
0
answers
70
views
How can I capture regex in ngnix and proxy pass onto another service?
Here is my current nginx.conf:
http {
server {
listen 80;
server_name domain.co.uk;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl;
...
0
votes
0
answers
160
views
How should I handle the proxy protocol in a Fastify server?
Nginx config:
stream {
map $ssl_preread_server_name $backend_upstream {
api.xxx.com backend_1;
}
upstream backend_1 {
server 127.0.0.1:4433;
}
server {
...
1
vote
1
answer
137
views
My docker compose container is serving the nginx default html instead of my angular app
I have made a MEAN stack application and want to containerize it using docker for publishing on azure app services. To do so i created 3 service, the client, the server and the nginx for handling the ...
2
votes
0
answers
26
views
SignalR configuration with NGINX CORS
In my .Net backend I have a ApiGateway project that has the following configuration in my Program.cs
app.UseCors(x => x
.AllowAnyMethod()
.AllowAnyHeader()
.SetIsOriginAllowed(origin =&...
0
votes
0
answers
38
views
not able to test the URL of one Nginx container from different nginx container
I am running one nginx container webhost1 which have php extension and giving heartbeat (simple html website which returns a random value between 1..1000:
Example: heartbeat=34) which is running fine,...
1
vote
0
answers
47
views
Changing the base url generated by url_for
I'm using Jinja2 to throw some templates in a FastAPI project. I'm trying to import my css/js, and as per the FastAPI docs, I did
<link href="{{ url_for('static', path='/styles.css') }}" ...
1
vote
0
answers
36
views
React App Dev Server won't hot reload when using self-signed certificates in Nginx
I've been working on a simple React app using create-react-app. Everything is going great but I wanted to test accelerometers specifically testing if a tablet is turned upside down. Also I want to ...
0
votes
0
answers
90
views
how to avoid cors errors with nginx proxy in a docker container
i have a docker compose file which creates a bunch of containers which provide different web services.
they all run on port 8080. so my idea was to put them all into one network and use an nginx ...
0
votes
1
answer
152
views
Laravel Reverb connection issues with SSL on nginx
I am receiving the following error in the nginx error log:
SSL_read() failed (SSL: error:0A000126:SSL routines::unexpected eof while reading) while processing HTTP/2 connection
However if I navigate ...
-2
votes
1
answer
90
views
Logo not loading on dynamically-hosted Dockerized WordPress behind Bunkerweb proxy
I’ve set up WordPress in a Docker container on my home server and later migrated it to another server that’s behind BunkerWeb as a service. I’ve configured everything as follows:
Original development ...
0
votes
0
answers
99
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....
0
votes
0
answers
32
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:
...
0
votes
0
answers
35
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
1
answer
337
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 ...
-1
votes
1
answer
174
views
Nginx reverse proxy HTTPS error : (failed)net::ERR_SSL_PROTOCOL_ERROR
I added a Nginx as reverse proxy for my Node server, my certificates were generated by Let's Encrypt Certbot. Everything works fine when my Node is listening on port 443 and using the certificates, ...
0
votes
0
answers
58
views
HA Proxy Route based Config on different port
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 ...
0
votes
0
answers
43
views
net::ERR_SSL_PROTOCOL_ERROR - When frontend calls backend
I have set up a frontend application (React) and a backend application(Java—Spring Boot) on my droplet. I am running an Nginx webserver with SSL certification.
I can't get my front end to call my back ...
0
votes
1
answer
82
views
Nginx reverse proxy setup for redirects
I have an website running in https://localhost:7443/__admin. I have nginx running in the same host in https://localhost:8443.
I want the users to launch the webapp with the url https://localhost:8443/...
1
vote
1
answer
464
views
BioTime login fails with 403 when using HTTPS behind Nginx reverse proxy
We have a ZKTeco MB10 Attendance Device
I have successfully installed it, and connected to the BioTime 9.5 that we are hosting on a VPS,
I have pointed a subdomain record to the the VPS ip address and ...
0
votes
0
answers
31
views
Handling in a reverse proxy configuration, status code 419 is replaced with 500
Local Development Environment.
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/
...
0
votes
0
answers
27
views
nginx proxy pass issue
map $arg_internal $redirect {
default 0;
"true" 1;
}
server {
#Swap the following two lines to get the redirect working again
server_name developer-nonprod.com;
listen ...
1
vote
0
answers
94
views
LetsEncrypt through Nginx Reverse Proxy 400 Bad Request for Some Hosts
I have an Nginx Docker container routing all HTTP/S requests. HTTPS is working fine but recently LetsEncrypt ACME challenges have been failing for some hostnames routed through this container and I ...
1
vote
0
answers
32
views
Prerendering html if they exist for bots but users use proxy
I'm pretty new to nginx and would love some insight on how to get this to work. Basically I have a proxy set up for my angular app that I want users to use. If it is a google bot, I want to check if I ...
-1
votes
1
answer
149
views
React Router 7 SSR app with Node.js on Linode with Nginx
I have an SSR React Router 7 (framework version) Node.js/Express application that I am trying to wire up to a domain, which is running through Linode. I set up my domain on Linode, and updated ...
0
votes
0
answers
97
views
Nginx : Invalid condition "yes" in nginx.conf
I have an environment variable set as
vod_enable_encryption = yes
which I'm attempting to check using an If block in nginx.conf.
Nginx isn't able to resolve the condition and throwing the following ...
0
votes
1
answer
74
views
Nginx reverse proxy configuration problem
I have the follwoing nginx configuration :
server {
listen 80;
server_name /*public ip address here , did not want to share it*/;
# listen 80;
# server_name _;
Proxy requests to ...
0
votes
1
answer
68
views
Vue Router Returns 404 When Refreshing Page in Docker + Nginx Setup
I have a Vue.js application running inside a Docker container with Vue Router set to history mode. The app works fine when navigating through links, but when I refresh the page or visit a route ...
0
votes
0
answers
76
views
nginx wont proxy_pass to service on 127.0.0.1:8080 with ssl
I am trying to proxy_pass to a local service (fossil scm) on http://127.0.0.1:8080.
http://scm.domain.de and https://scm.domain.de returns ERR_CONNECTION_REFUSED.
https://scm.domain.de:8080 returns ...
0
votes
0
answers
260
views
v2ray + nginx reverse proxy connection issues
I have a problem when connecting to my reverse proxy v2ray + nginx hosted on Linux Ubuntu 24.04 virtual machine.
v2ray configuration I use (/usr/local/etc/v2ray/config.json):
{
"log": {
...
0
votes
0
answers
66
views
How do I return a response from the destination server in case of an error in Nginx?
I need to always return in case of errors. 400, 401, 403, 404, 500... my html pages with errors if the response is from the destination server is text/html, otherwise I can return the server's ...
0
votes
0
answers
51
views
Nginx Failing as I removed a Certbot Certificate
I have a VM where I was hosting a website my_url.com via Nginx. I removed the SSL certficate via Certbot's sudo certbot delete.
After that I removed /etc/nginx/sites-available/my_url.com and /etc/...
0
votes
0
answers
223
views
Nginx Proxy Manager: Keep Authentication Session After Closing Browser
I’m using Nginx Proxy Manager and have set up several proxy hosts secured with an Access List (username and password authentication). This generally works fine, but sometimes I get an "...
1
vote
0
answers
44
views
How do I get non-dockerized Nginx (with SSL) to reverse proxy to dockerized backend (docker composed Springboot with Postgresql)?
I have set up Nginx to run on a VPS server and installed SSL using LetsEncrypt. Both Nginx and LetsEncrypt are typical standard installation on the server machine running Ubuntu. I then loaded ...
0
votes
0
answers
62
views
Issues when trying to deploy using Nginx and Docker?
I’m deploying my backend using Nginx and Docker (containerized DRF app), but I’m encountering an issue when trying to access the admin panel. I get the following error:
403 Forbidden – CSRF ...
1
vote
1
answer
61
views
Dynamic Proxy Pass Configuration
I am trying to figure out a simple way of writing an nginx proxy_pass condition where depending on the URL called upon (e.g. /go/192.168.0.10) the proxy_pass would take the IP after the /go/ and proxy ...
-1
votes
1
answer
112
views
looping page after login in apache superset using nginx gunicorn proxy pass
need help in apache superset. I've install apache superset in AWS Amazon Linux. If i run using terminal and open the apache superset using ip and port 8088 , it work's fine. Nothing error.
But if i ...
0
votes
0
answers
37
views
Making a reverse proxy to a domain hosted in Plesk or cpanel with nginx
As you can see from the title, I want to create a structure like the one in the image, but I could not achieve this by reverse proxying a normal domain. What should I do?
image
idea or solution on how ...
0
votes
0
answers
103
views
Issues with ASPNET Identity Google behind NGINX based reverse proxy
I'm in the process of adding Google Authentication to .NET 8 web app behind NGINX reverse proxy.
App itself is simple CRUD web app. I do have Let's Encrypt certificate for https, it is terminating on ...
1
vote
0
answers
61
views
Nginx proxy_pass to Telegram Bot API causing intermittent timeouts when adding Telegram server
I am using Nginx as a reverse proxy to forward requests to Telegram Bot API in order to reduce rate-limiting on my server. My Nginx configuration works fine when I only proxy to my local Bot API ...
-1
votes
1
answer
178
views
can't access ngix proxy docker container running on fedora server 41
Im having trouble accessing nginx proxy admin running in docker container on fedora server 41. I have ports 443,80,81, 9090 open on my router. im able to login to my fedora server cockpit gui with ...
0
votes
1
answer
64
views
How could I solve solve nginx, can't find host error on docker?
I have the following nginx docker working as a reverse proxy:
location /dev {
proxy_pass http://dev-server.com;
}
When trying to running docker, I get:
host not found in upstream "dev-server....