Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
280 views

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

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

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 ...
1 vote
1 answer
2k views

I am hosting a web application via a home server. I have my Cloudflare DNS A record pointed to my public ip and my firewall is off. I am using cloud flare for SSL. My app is running on local host (127....
0 votes
0 answers
39 views

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
2k views

I try to set 2 url working. The one is : http://X.X.X.X/portainer and the other one http://X.X.X.X/grafana. I have 2 server blocks but only one works correctly. I have 404 not found for the other. ...
0 votes
1 answer
9k views

Made few changes in the /etc/nginx/sites-available/default file like changing the listen port number and added few parameters to access the Kibana. when i m restarting the nginx server sudo systemctl ...
35 votes
7 answers
128k views

I'm using nginx as a reverse proxy for my website. I want to be able to open my website in an iFrame from a chrome extension new tab html file. For this, I need my nginx to set X-Frame-Options to ...
0 votes
0 answers
166 views

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 { ...
0 votes
1 answer
522 views

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
1 answer
152 views

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 ...
3 votes
1 answer
2k views

I've just inherited an Nginx proxy/app server setup that makes use of Consul and Consul Template for service discovery and registration. The Nginx proxy has a config file with an entry like this to ...
15 votes
3 answers
20k views

I have configurations in nginx that perform proxy_pass to google-analytics.com. But as you know google-analytics same times resolves to ipv4 and at times to ipv6 when it does resolve to ipv6 nginx ...
-1 votes
1 answer
184 views

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 ...
1 vote
0 answers
47 views

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') }}" ...
0 votes
0 answers
90 views

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 ...
7 votes
3 answers
3k views

Any one familiar with nginx? I am trying to enable proxy_protocol in a conditional manner in a stream block ie for certain endpoints I want the proxy protocol header to be added. For others I dont ...
2 votes
2 answers
6k views

I have a website running where I use Nginx Proxy Manager to redirect to this website. However, as soon as I hit my website I get the following message: Does anyone have a clue what is happening here?
0 votes
0 answers
101 views

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
1 answer
141 views

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 ...
-1 votes
1 answer
121 views

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
1 answer
344 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 ...
-1 votes
1 answer
177 views

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, ...
2 votes
1 answer
1k views

For a few days, I've been trying to get minio running in docker-compose behind Nginx as a reverse proxy. Unfortunately, the Minio documentation did not help much (https://min.io/docs/minio/linux/...
0 votes
0 answers
59 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 ...

1
2 3 4 5
55