Category "nginx"

Nginx two server blocks listen on 80 and 81 not working

Inside /etc/nginx/sites-available I have these two three files: default server { listen 80 default_server; listen [::]:80 ipv6only=on default_server;

How to remotely access Wordpress app by local domain name?

I have installed Wordpress via docker-compose on my RaspberryPi server. Wordpress is listening on port 8084 and has address: WordPress Address (URL) http://dev.

ErrImagePull: Kubectl and Minikube when creating a pod

I'm new to Kubernetes and learning it these days. I'm trying to create a deployment with the help of kubectl and every time I create a deployment, the container

Trying to set up flask with nginx and gunicorn

I have followed a simple guide, and trying to show my flask application, but it wont show. I am running everything through ssh on a ubuntu server. Have my flask

How to change nginx configuration context URI for odoo

My odoo15 works fine for this URL -> https://vidatest.xyz and below is the nginx configuration as suggested by odoo documentation. #odoo server upstream odoo

How to redirect ssh requests in Nginx?

I'm using the gitea versioning system in a docker environment. The gitea used is a rootless type image. The http port mapping is “8084:3000” and the

Nginx reverse proxy with prefix not working correctly with spring boot app

Hi Stackoverflow community ! i am trying to access to my spring boot app behind nginx reverse proxy in docker swarm architecture. the problem that when i go to

PostfixAdmin Nginx configuration for accessing via subfolder

First of all, my Nginx configuration server { listen 1443 ssl http2; root /usr/share/webapps/postfixadmin/public/; index index.php;

CORS requests blocked when hitting k8s service exposing Spring Boot API

I currently have an Angular application trying to call a Spring Boot application with simple HTTP queries. Both of the applications are running on their own pod

Behavior of Python subprocess on django+nginx

I have a simple code like: subprocess.run( ["python3", "action.py", "--options"] ) In action.py I import some packages, perform a small script It

Pagespeed Failed to read cache clean timestamp /var/cache/pagespeed/!clean!time!. Doing an extra cache clean to be safe

Stumbled upon the following error on nginx pagespeed running a stateless docker container hosted in cloud run. When testing locally i don't get the error after

How do I setup SSL with NGINX using cer and pfx file

I have configured the below file based on the knowledge I gathered after going through various forums, however I do not know from where to get the .crt and .key

Server error after opening many browser cards

I've a Vue app in production. There are 11 products subpages. When i'm opening all of them in new cards then on two of them i'm getting error like on screen. Af

Problem with mime type with combination of Nginx and angular

I had built angular project with following command npm run build --prod --base-href=./ --deploy-url=./ I am having nginx config as follows: worker_processes 4;

Host docker nginx multiple apps on same host Ubuntu

I want to manage reverse proxy (Nginx) with multiple Independent webapps on the same host. Means I have 4 webapps that are hosted on containers separately via d

Ingress Resource file error AKS - spec.rules[0].http.paths[0].pathType: Required value: pathType must be specified

I am following MS documentation to create ingress NGINX controller https://docs.microsoft.com/en-us/learn/modules/aks-workshop/07-deploy-ingress But below yaml

Bad Request | CSRF Token Not Found | CSRF Handling for Flask WTF

The Issue I work for a couple of simple volunteering organizations helping with management and running campaigns, but we needed a system to track peoples hours

Flask static send from localhost to server

I am deploying an application on localhost and listening on a port on a remote server which is bound to a domain, the application shows up fine on localhost and

Nginx bulk URL redirect by include a separated file but not working as I want

I am not very familiar with Nginx URL redirect. But I have followed some suggestions from Google search and unfortunately none of them meet my expectation. I n

502 BAD Gateway | ingress nginx with cert-manager

I am using nginx ingress v1.1.3 in azure AKS v1.21. My traffic is getting terminated at nginx ingress for all other domains and it is working as expected. Recen