Questions tagged [nginx]
Nginx ("eNgine x") is a lightweight, high-performance HTTP server, reverse proxy, TCP stream proxy and mail proxy, released under a BSD-like license.
115 questions from the last 365 days
0
votes
1
answer
62
views
Nginx on Debian 13 serving Moodle
So i am configuring nginx on a new server and the first part of the install was working great but now i am getting errors related to the js files. I tried everything i read online. I could really use ...
-1
votes
0
answers
36
views
File stuck in php-fpm opcache?
I had a php file I was unable to update. The server was constantly returning an old version of the file. After deleting the file I got 404, but restoring the file again returned an old version of the ...
0
votes
0
answers
30
views
Control panel like Plesk or cPanel vs manual Nginx and Apache setup on EC2 for high traffic PHP and Node.js performance and security
I am planning to deploy a high traffic application on AWS EC2. The backend includes both PHP and Node.js. For PHP I need Apache compatibility due to .htaccess and existing behavior, while Node.js ...
0
votes
0
answers
30
views
How should I configure nginx on an Azure Ubuntu VM to access an HSM-protected private key in Azure Key Vault?
Our client has a requirement that the private key for their SSL certificate be protected by an HSM. We will be doing this using the option in the Azure Key Vault, as the website will be hosted on an ...
1
vote
1
answer
201
views
Extra characters at start and end of nginx responses originating from gunicorn (incorrectly chunking)
I have a React front end and a Django back end. nginx is the server and gunicorn with uwsgi_pass (binary socket protocol) handles the Django API. Server responses that come from the API contain ...
1
vote
1
answer
168
views
https redirect with apache behind nginx
Let suppose we have static website with Apache 2.4 behind nginx reverse proxy.
Nginx provides HTTPS and connects to Apache on HTTP port.
Then you request https://example.com/dir . Because it is a ...
0
votes
0
answers
91
views
Consistent hourly NIC usage spikes
I have a hardened Debian 12 VM running on an ESXI host. It is used for file transfer and is open to the Internet.
Monitoring using Zabbix (seriously powerful open source monitoring system), I can see ...
0
votes
0
answers
112
views
NPM cannot connect to server using Websocket
I have a web application that communicates with a server using Websockets. When I access it directly, it works without problems. Unfortunately, when I access it through Nginx Proxy Manager, I get the ...
5
votes
1
answer
610
views
I can't secure an URL using NGINX SPNEGO module
I would like to use the NGINX SPNEGO module to enable Kerberos authentication. For that, I compile the SPNEGO module using SPNEGO's git repository and NGINX version 1.28.1 in a builder docker image, ...
0
votes
0
answers
88
views
Guacamole + OpenID: invalid callback url
I'm trying to set up Guacamole with Pocket-ID via OpenID and I'm getting a "Invalid callback URL" error. My currently used redirect-URL will lead to an infinite authentication loop. I have ...
0
votes
1
answer
213
views
Reverse Proxy supporting UDP with Proxy Protocol headers [closed]
I want to host a Minecraft server on my home PC for both Java Edition (TCP) and Bedrock Edition (UDP).
Because my home connection is behind CGNAT, I cannot expose the server directly, so I’m using a ...
0
votes
0
answers
127
views
What’s the best NGINX “redirect” solution from the following options?
NGINX doesn’t do Apache-style redirects. We want to replace these three URL queries "/grid/grid.html" and "grid.html" "grid/grid.html" (two local internal links) with ...
0
votes
0
answers
76
views
Get 404 error for rewrite URL with query string
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
...
0
votes
0
answers
177
views
Configure NGINX to only use quantum safe ciphers
OpenSSL 3.5 supports "Hybrid ML-KEM" in TLS 1.3 to avoid "Harvest now, decrypt later" attacks, when Quantum Computers are capable of defeating the encryption in the future.
For ...
1
vote
0
answers
109
views
Slow upload speed when when request buffering is off on a kubernetes nginx ingress
I have a Nginx Ingress in Kubernetes that serves large requests (up to 500MB) from the public internet.
When I disable request buffering nginx.ingress.kubernetes.io/proxy-request-buffering: "off&...