Category "nginx"

GoAccess Set the WebSocket server to listen on port 7890 and localhost

I'm trying to run a GoAccess example: # goaccess -f access.log -o report.html --real-time-html There's either Parsing... [41] [0/s] OR no output in the t

Downsides of 'Access-Control-Allow-Origin: *'?

I have a website with a separate subdomain for static files. I found out that I need to set the Access-Control-Allow-Origin header in order for certain AJAX fea

Uvicorn behind Nginx

I'm starting with starlette and uvicorn. A RHEL8 EC2 server runs Nginx and then uvicorn. The (minimal) App is (note the two alternatives lines uvicorn.run(...))

How to configure nginx to serve HTML files for viewing instead of downloading?

I want to configure nginx to server HTML files for viewing instead of downloading. server { listen 5000; server_name localhost; #charset ko

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