Skip to main content

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.

0 votes
1 answer
62 views

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 ...
Nicolas Zein's user avatar
-1 votes
0 answers
36 views

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 ...
jokke's user avatar
  • 1
0 votes
0 answers
30 views

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 ...
kmnahidulislam's user avatar
0 votes
0 answers
30 views

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 ...
David Kelly's user avatar
1 vote
1 answer
201 views

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 ...
Scott Zumwalt's user avatar
1 vote
1 answer
168 views

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 ...
Nick's user avatar
  • 914
0 votes
0 answers
91 views

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 ...
Oom_Ben's user avatar
  • 71
0 votes
0 answers
112 views

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 ...
Factor Three's user avatar
5 votes
1 answer
610 views

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, ...
Alexis boyer's user avatar
0 votes
0 answers
88 views

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 ...
user32171368's user avatar
0 votes
1 answer
213 views

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 ...
Said Torres's user avatar
0 votes
0 answers
127 views

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 ...
Dave Everitt's user avatar
0 votes
0 answers
76 views

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 ...
Roh's user avatar
  • 101
0 votes
0 answers
177 views

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 ...
L3p0's user avatar
  • 21
1 vote
0 answers
109 views

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&...
zolee's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
8