Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
26 views

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 ...
Dave Coventry's user avatar
0 votes
1 answer
45 views

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

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/...
Jim Jin's user avatar
  • 31
0 votes
0 answers
36 views

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 ...
Allan K's user avatar
  • 503
1 vote
1 answer
63 views

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 /...
HornyHomie's user avatar
-2 votes
0 answers
23 views

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 ...
Titas Kumar Koley's user avatar
0 votes
1 answer
80 views

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

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 ...
Yunian Rezky's user avatar
Advice
0 votes
0 replies
34 views

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 ...
mgregorelli's user avatar
1 vote
1 answer
67 views

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....
Matthew Bradley's user avatar
0 votes
0 answers
54 views

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 ...
Nickolay Kondratenko's user avatar
0 votes
1 answer
75 views

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 ...
Naman Dadhich's user avatar
Advice
0 votes
2 replies
23 views

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 ...
Max Williams's user avatar
  • 33.1k
1 vote
1 answer
70 views

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 ...
Bora Ciner's user avatar
0 votes
0 answers
133 views

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 ...
David Kelly's user avatar

15 30 50 per page
1
2 3 4 5
3643