Category "nginx"

Nginx 403 while accessing static files in docker volumes

I am trying to serve static files in docker volumes for my Django project. Nginx is able to access the files(403) error. I tried to solve this in different way

Problem with setting up a stack nginx proxy manager using portainer on my home server

I had this error while trying to setup a nginx proxy manager container using portainer, portainer started without problems error: Recreating 3167b8f95097_nginxp

why does connect domain to "Shopify" ask for either CNAME and A Record?

why does connect domain to "Shopify" ask for either CNAME and ARecord? ref If you've purchased your domain through a third party, then you need to edit th

nginx index.html does not update after modification

Sorry for noob question, I suck at Ubuntu. I have just installed nginx in a Ubuntu server with: sudo apt-get update sudo apt-get -y install nginx It success

digital ocean deployment error: 502 Bad Gateway

I had my site up and running, but the admin CSS was not loading, I am not sure what I did that the server did not agree, but now the entire site is down with a

Not able to see URL without trailing slash in NGINX

I know that this is a common issue in NGINX and there are many threads about that. Issue: When accessing the URL http://localhost/var without trailing slash is

Nginx compress mime types with parameters

I have Nginx reverse proxying my service that works by OData protocol. I'm trying to enable compression for theese requests by putting #... gzip on; gzip_type

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