Im trying to redirect to docker containers using nginx but when accessing my server from an 'external pc'(host and other vagrant machines) the address doesn't r
I'm facing a strange behavior when trying to run my Laravel app using docker-compose. After starting the containers, if I try to visit my website URL I get the
I followed this link steps to configure nginx.conf and the config.yaml of google-cloud-ops-agent. https://cloud.google.com/stackdriver/docs/solutions/agents/ops
We are running the latest Nginx and Modsecurity, everything is working as expected, but we would like to be able to have a custom forbidden page (not the defaul
I have 3 docker containers CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
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
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
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
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
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
`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
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
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
nginx map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { listen 80; server_name www.abo3aly.com abo3aly.com;
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
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:
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
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
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
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