Category "nginx"

RabbitMQ nginx config

I have problem that entering RabbitMQ management page in server it asks on each requests basic auth login. I cannot resolve it so that i have not enter on each

Configuring Nginx Reverse Proxy for Node.js app

I have an Express application, server listening on 3000 port. It is hosted on VPS, Ubuntu. When I open {VPS server ip}:3000 in browser, all is ok. But now I wan

Reducing outbound transfer in nginx rtmp server

I have a nginx-rtmp server for real time hls streaming with three rtmp stream running. Right now all the hls are streaming are at 3-4mbps, is there any i can re

NGINX not serving preload css

I'm trying to optimize rendering speed of my website. but Nginx is not serving css link with rel="preload", when it's rel="stylesheet" it's just working fine. &

Error while doing mina setup

I am using mina to deploy my rails app. I am using aws with nginx and rvm. Whenever I do mina setup I get Permission denied (publickey). ! Command f

Is there any text editor inside docker container?

I have run 3 docker containers on one server.One - with nginx, two - with node apps.I can enter inside nginx container using exec command, but I want to look th

ERROR: Could not find a profile matching 'Nginx Full'

I have installed latest version of nginx.It is is installed succefully. But getting error while typing the below command. sudo ufw allow 'Nginx Full' Error:E

How to do reverse DNS lookup in Nginx

I have Nginx configuration where I want to allow a DNS name as I cant be certain on IP address. { satisfy any; allow www.domain.com; // want to achieve this }

Nginx: Skip HTTP Basic Authentication based on IP or request header

The http block in nginx.conf contains the following: auth_basic $development_exceptions; In an included file the geo module is used to set the variable: geo

How To Deploy an Update to Python Flask Application with Gunicorn and Nginx on Ubuntu 18.04

Python Flask / Gunicorn / Nginx newbie here. I followed this tutorial describing how to serve Flask Applications with Gunicorn and Nginx on Ubuntu 18.04. Everyt

Nginx constant writes causes CPU I/O wait

I'm running nginx/1.20.1 on a G9 CentOS 7 machine for serving static video files with the following specs: 32 cores of CPU 32GB of RAM 6TB of HDD storage Nginx

Websockets request fails with nginx-proxy for docker with ssl

I'm using nginx-proxy as a reverse proxy for my containers in a web server. I have a Laravel backend application with a Vue frontend and they communicate via We

Get Authenticated user in a React JS app which is behind Google IAP

I have a React JS app which is behind the Google IAP. I need to get the IAP authenticated user email and use it in the app. How can I do that? IAP adds X-Goog-A

GitLab Container Registry behind AWS Load Balancer

I currently have a GitLab instance setup behind an AWS load balancer (just to achieve HTTPS with my Amazon issued certificate). I'm running nginx for the main

Running docker shiny app on my own domain

I have a VPS Linux (Ubuntu) server with specific IP and I would like to run my shiny app on my own domain http://my_domain.com. Therefore, I have built a docker

Pricing for AWS Application Load Balancer VS Nginx load balancer setup on Amazon EC2 Instance

My question here is either I have to go for AWS Application load balancer or nginx or haproxy load balancer setup on AWS EC2 instance? I am more concern about p

Pricing for AWS Application Load Balancer VS Nginx load balancer setup on Amazon EC2 Instance

My question here is either I have to go for AWS Application load balancer or nginx or haproxy load balancer setup on AWS EC2 instance? I am more concern about p

net::ERR_INCOMPLETE_CHUNKED_ENCODING nginx

I have 2 RoR web applications hosted on 2 different servers. For one particular page, the request is served from the second application. For rest of the pages,

Certbot Redirection of HTTP to HTTPS from Nginx not working

Certbot command SSL Connection Error returned I am trying to issue an SSL certificate for my website, although the message was successful (as attached image) bu

Nginx.ingress.kubernetes.io/proxy-body-size not working

I want to increase size of post body of each request in Ingress. So I add the nginx.ingress.kubernetes.io/proxy-body-size: 8m in yaml file ingress(in view/ed