Category "nginx"

Why is my connection refused while connecting to upstream? Nginx Error 502

I have 3 docker containers CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS

OkHttpClient is not working inside Docker

I'm building server inside docker and trying to use OkHttpClient to get data but it seems not working. When I test with postman, there is nothing logged in serv

Problem with Kibana login after set SERVER_BASEPATH SERVER_PUBLICBASEURL

Hi I have configured kibana with SERVER_BASEPATH and SERVERPUBLICURL but I am receiving "GET /api/licensing/info 401" and the login page is refreshed and go bac

Can anyone help to change this .htaccess rule to nginx?

I am using a wordpress plugin name JWT Authentication for WP REST API, it has some rules written in .htaccess but i am using nginx server and want to add these

Reverse Nginx work with one config/location but with second not

this is my following setup raspberry pi as (home) server port-forwording 443 from rooter to my pi reverse-nginx on the pi and listen to 443 and forward the requ

certbot modifies the default nginx config

I am following a mini-tutorial to install letsencrypt certificates. OS is ubuntu 22.04. I had already installed nginx, and my own example.com config file to /et

Nginx Ingress on Kubernetes Cluster

`I had a working Ingress controller version 1.0.0 (Bitnami). It stopped working one fine morning, and it appeared that the error was due to the version being de

400: Bad Request blog page via http/https SSL-enabled k3s deployment

Using nginx-ingress controller and metallb for my loadbalancer in my k3s raspberry pi cluster. Trying to access my blog site but I get white page with 400: Bad

How to configure ngnix, vite and laravel for use with HMR via a reverse proxy?

I've only just got into Laravel/Vue3 so I'm working off the basics. However, I have an existing Docker ecosystem that I use for local dev and an nginx reverse p

I can't run websocket django in server nginx

nginx map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { listen 80; server_name www.abo3aly.com abo3aly.com;

Install OroCommerce 5.0 community error 500 Internal Server Error

I have a problem with nginx config when start server nginx: This is my site upload to host my nginx config in etc/nginx/nginx.conf,I try to use phpinfo() into i

Authentication 502 Bad Gateway nginx

I'm trying to install simple login selfhosted. But when I get to the registration part I get stuck. I do not receive the email. Please see the error of nginx:

Nginx does not respond to specific client-public-ip

I'm configuring two Domains to host two websites: dev.example.com and test.example.com I'm using Nginx as a webserver and my websites, dev and test, are configu

best method to require passwords for some pages in a web site

I have a site with most material publicly available but about 10% should be password protected. The site is published using NGINX on a Debian system. What is th

How to request to Gunicorn and respond with Daphne? Using Django channels, Nginx, Gunicorn, Daphne

I'm facing a strange issue in deploying Django app with Nginx, Daphne and Gunicorn. As of now, I have successfully deployed my Django app. My HTTP requests are

forward localhost to ipadress on local netwerk

I have a domain name registered and i made an A record on it that points to 127.0.0.1 (aka localhost). I want to be able to work on websites in this case from m

ingress-nginx: How to insert access_by_lua_block{} only for specific location?

I have multiple location blocks under a single host:, something like this: apiVersion: networking.k8s.io/v1 kind: ingress metadata: name: ingress-nginx anno

Will reinstalling nginx remove configs

I want to add a new module to nginx but its on production and deleting nginx configuration is not an option. After a bit of research I noticed that I have to re

Mapping a Subdomain to a NodeJS web server running in a docker container with a specific port?

I have a server running Pterodactyl panel which uses Docker. I'm using a Nodemon js egg to run a Node JS webserver I developed. The server uses 5500 as the port

Django unable to serve static files from s3 bucket

I created a few models and pushed my project to a development server on an AWS EC2 instance. I used Django storages and followed the docs to configure my settin