54,632 questions
Advice
0
votes
0
replies
26
views
How do I reference my own Openstreetmap tiles in Leaflet
I have followed the instructions for installing Mapnik, PostgreSQL, OSM2pgsql, etc as detailed here:
https://switch2osm.org/serving-tiles/manually-building-a-tile-server-ubuntu-24-04-lts/
However, the ...
0
votes
1
answer
45
views
Geoserver proxy behind nginx - can only login to web interface from one out of three domains
Geoserver 2.22.6 platfrom independent binary, running on port 8080 on debian 13.
Nginx. All requests to port 80 are 301 redirected to 443.
Geoserver is proxied behind nginx thus:
proxy_pass ...
-1
votes
0
answers
30
views
Nginx: dynamic proxy_pass [closed]
I want to use nginx for a dynamic proxy. Here are the rules:
/os-abc/... to http://abc.a.domain.com:1234/...
/os-xxx/... to http://xxx.a.domain.com:1234/...
/os-yyy/... to http://yyy.a.domain.com:1234/...
0
votes
0
answers
36
views
performing url rewriting on the value of $upstream_http_location
I am using nginx 1.29 as a reverse proxy for tomcat.
Tomcat is issuing a 301 or a 302 for some urls and the nginx proxy is sending the response with the Location value as provided by tomcat which ...
1
vote
1
answer
63
views
Nginx Not serving CSS
I am trying to learn to use nginx. Right now I am having trouble getting the CSS to apply to my HTML.
It serves my HTML, but no CSS. The CSS is correctly linked in the HTML.
Here is my file structure
/...
-2
votes
0
answers
23
views
AKS behind Cloudflare + NGINX Ingress is extremely slow under low load, but CPU/Memory show no spikes [closed]
I’m running a development AKS environment in Azure with the following request flow:
Client → Cloudflare → NGINX Ingress Controller → Kubernetes Services (ClusterIP) → Pods
Cluster Architecture
AKS ...
0
votes
1
answer
80
views
Getting 404 not found when I make a post request to flask + nginx
I am running a flask server on AWS EC2 instance. AWS EC2 instance means a computer on AWS. I use this command to run the server gunicorn --bind 0.0.0.0:5000 app:app. I have set up nginx as a reverse ...
0
votes
0
answers
79
views
Next JS 16 killed PM2 and all Service in VPS Ubuntu 20
I’m deploying a Next.js application on an Ubuntu 20.04 VPS using a fairly standard setup, but I’m running into serious stability issues that I can’t fully explain.
Environment
Ubuntu 20.04
Node.js ...
Advice
0
votes
0
replies
34
views
reuse the index.html in CSR app instead of making multiple identical HTTP requests
context:
I have a classic CSR (client side rendering) webapp that uses vanillaJS and vanJS for reactivity (no NPM).
My index.html is minimal since it contains a dynamic import of a JS module based on ...
1
vote
1
answer
67
views
Why does the Liveiwre 4 file upload not work on staging environments?
Since upgrading from livewire 3 to livewire 4 file uploads do not work when deployed to a staging environment. This uses the typical WithFileUploads trait and worked completely fine before the upgrade....
0
votes
0
answers
54
views
Fetching an audio inside a lesson causes net::ERR_UNEXPECTED_PROXY_AUTH
After the recent Moodle update I received the request that audios in lessons are no longer available.
When I edit the lesson the audio is available and I can play it. But on the lesson preview I ...
0
votes
1
answer
75
views
Vite + React deployed with Nginx: “Failed to load module script… MIME type text/html” but assets return application/javascript via curl
I deployed a Vite + React app on an Ubuntu VM using Nginx. The site loads, but in the browser console.I get:Failed to load module script: Expected a JavaScript-or-Wasm module script but the server ...
Advice
0
votes
2
replies
23
views
Nginx rule to ignore requests to a specific path
I use software called Wifiman to connect to a NAS drive in my work's office. It seems to be constantly pinging https://192.168.1.249/api/v1.0/public/device, where 192.168.1.249 is the IP address of ...
1
vote
1
answer
70
views
Not able to send client certificate to nginx server - BouncyCastle
I'm trying to send client side certificate to nginx server using mTls 1.3. I use my self signed certificate from my Java keystore, I already tested Firefox<->nginx using the exported keypair ...
0
votes
0
answers
133
views
NS_ERROR_NET_PARTIAL_TRANSFER error when streaming video in Firefox
My site has video hosted on it playing using the HTML5 video element, but when streaming these videos in Firefox, after about 2 minutes the playback stops with an NS_ERROR_NET_PARTIAL_TRANSFER error ...