Category "nginx"

Configure Nginx as Reverse Proxy for Nodejs App on Jelastic

I've tried using standard nginx and nodejs configurations following many documentation, but unlike other tutorials there are several files that don't appear in

Proxy server nginx config - 502 bad gateway error

I have a fastapi as backend and an html file as a frontend which are supposed to be running on docker. Here are my file structure: C:. | docker-compose.yaml |

How to configure webhook in nginx?

I am trying to configure the nginx.conf file to receive webhook requests from an external website. The request gets failed with status code 405 (not allowed) wh

Nginx Proxy_pass / redirect to fixed url

I created a simple react app to serve as an error page (might be a bit overkill). The idea is that we can easily customize the errors via query parameters or UR

Next.js rewrite with x headers

I have a web app where users can build their own profiles with their usernames like below. ourplatform.com/john ourplatform.com/john/about ourplatform.com/john/

Nginx: keep limiting the user for a duration

I'm limiting the requests based on CLIENT-KEY header. The problem is that I need to keep sending the 429 status code for one minute after the header is limited.

Where is the bug in docker-compose?

I run a simple project (docker-compose and nginx), but it don't work and I do not know why. I include the entire code of the project so as not to miss anything.

NGINX Setup to Match Proxy Middleware Configuration

I have the following setupProxy.js class that configures redirection for api calls to my server. const { createProxyMiddleware } = require("http-proxy-middlewar

nuxt-mail fails with a 504 with nginx reverse proxy

I configured nuxt-mail to send emails from our nuxt app. The baseURL of my app is changed to "https://localhost:3000/app" instead of "https://localhost:3000" So

Nginx index.html is override With Shared Volume

I have a Pod with an emptyDir volume mounted in two containers: nginx at /usr/share/nginx/html/ busybox at /var/html/ If i create a file with html extension ins

Gitlab Kubernetes Agent behind Nginx Reverse Proxy

Dear friendly developer, I am trying to register a Gitlab Kubernetes Agent inside a Minikube with a self hosted Gitlab instance. The Gitlab instance is a docker

Unable to reach service with ingress-nginx

I am really new to Kubernetes/minikube... I have to make service and hit "/first" and use ingress-nginx without ingress addon in minikube. Even though I have ad

Redirect subfolder to root with nginx

I’ve moved my wordpress site from example.com/mobile to example.com. For this work, I want: example.com/mobile not redirect. I want it not redirect becaus

Point a subfolder of domain to top level of another domain

I want to achieve that https://domainA.com/folder shows the content of https://domainB.com without redirecting the user to domainB. So it is important, that a u

Nginx pass params / arguments from HTTP module to STREAM module

I have the following setup: I have upstream STREAM services defined running in my environment (i.e., DNS-over-UDP nameservers) I use my NGINX to offload TLS fro

NUXT when is each dist folder used, html/.nuxt/dist/ html/dist/_nuxt/ html/static html/assets?

If I use: Nuxt @ v2.15.8 Environment: production Rendering: server-side Target: server In this case, which of all assets folders does NUXT use? Does NUXT in thi

dash.js - stuck at buffering when trying to watch (new) live stream

This is my setup: I have a webpage which uses dash.js to view a live stream. The live stream is coming from my computer which is running OBS and NGINX. This wor

How to solve (unix:/home/richard/www/firstsite.sock failed (13: Permission denied) while connecting to upstream)?

I am trying do do this tutorial in a CentOS 7: https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-centos-

Valet is not working with php.8 Nginx return Bad Gateway

Hi I have try to update php to 8.0 but always there a problem with valet to read the new version and I try to solve it without specific instructions but this ti

When run node js application getting error whitelist ip in mongo cluster

I have implemented node js application and used MongoDB as database using nginx to run the project Everything working fine in local but when code is published i