close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -1
1 answer
113 views

I'm trying to make it so when a user views mydomain.com/33 it will show view.php?id=33 # nginx configuration by winginx.com default_type text/html; location / { if ($http_host ~ "^www....
Score of -1
0 answers
44 views

I have a debian 12 server with php 8.2 & nginx 1.22 running a laravel 11 application on port 8090. (This is a local developing machine so i am not very concerned about possible security risks) ...
Best practices
0 votes
3 replies
91 views

I am setting up a web application and have registered a few similar domain names for brand protection and to catch common user typos. For example, my primary domain is yongjiucha.com, and I also have ...
Score of 0
0 answers
70 views

I am trying to install n8n on my Nginx server. I use the server to host 3 different Drupal websites plus an RTMP server and i have install all with Drush and Drupal Compose, so this will be the first ...
Score of 1
2 answers
113 views

I have a problem with the reverse proxy of nginx. I use: waitress-serve --host 127.0.0.1 --call moviedb:create_app The server listen on: 127.0.0.1:8080 The I have configured nginx as a reverse proxy ...
Advice
0 votes
1 replies
74 views

I just noticed nginx normalize file system requests (I only see those requests from bots, since browsers do that normalization themselves BEFORE sending the request) For example: https://example.com/./...
Score of 0
1 answer
104 views

LiveKit works on localhost but fails on AWS Docker deployment with PublishTrackError: publishing rejected as engine not connected within timeout I'm building a video conferencing application using: ...
Score of 1
0 answers
75 views

We are running a Next.js App Router application (standalone build) using Better Auth and Prisma inside a Docker container behind an Nginx reverse proxy. When attempting to log in: The credentials ...
Best practices
0 votes
2 replies
116 views

I have a Laravel website running behind nginx, and I am trying to understand the correct way to handle URLs with a trailing slash. For example, there can be two possible versions of the same page: /en/...
Tooling
0 votes
2 replies
66 views

I am newbie to Kubernetes. Upto what I know a Virtual Machine or a actual Computer Machine can be configured as Kubernetes node and node can have several pod Being said we can configure Kubernetes ...
Best practices
0 votes
0 replies
51 views

Me have a website multiple subdomain, but google crawling www on subdomain, example www.politik.rakyat.news, me no like for this. Me want redirect from www.politik.rakyat.news to politik.rakyat.news ...
Score of 2
1 answer
456 views

In my app I have this configuration in Program.cs // Fetch Cloudflare IP ranges if not in dev env IList<string> cloudflareRanges = []; if (!builder.Environment.IsDevelopment()) { using ...
Score of 2
1 answer
144 views

I am writing a third-party c NGINX module. I want to do similar to apache module mod_env: SetEnv MY_VAR hello In normal NGINX config this works: location ~ \.php$ { fastcgi_pass unix:/run/php/php-...
Score of 1
1 answer
133 views

My server with socket.io is running fine without nginx proxy, but when I use nginx proxy, its getting an xhr poll error when trying to connect Here's the server block of my nginx looks like location /...
Score of 0
0 answers
87 views

I've got reverb working on my local machine. Now I'm having difficulty getting it to work on the server. I think I've finally gotten supervisor to run properly already so now my only issue is that the ...

15 30 50 per page
1
2 3 4 5
3634