Skip to main content

Questions tagged [nginx]

Nginx is a web and proxy server. Note that questions on the use and configuration of server software may be off-topic and subject to closure if they do not directly involve a programming context. Other Stack Exchange sites such as Super User, Server Fault, or Webmasters may be more appropriate places to ask such questions.

nginx
0 votes
1 answer
5 views

NGinX bad gateway after using command to install composer

Title says it all. Prior to installing composer with a "command" in my compose.yml file my PHP and NGinX stack was working fine. phpinfo would display on my test page. Now I just get a 502 ...
PHP Addict's user avatar
1 vote
0 answers
18 views

php-fpm status on port 9000

I've set up my php-fpm status in /status. I'm having problems collecting this information with php-fpm_exporter using a tcp connection. My stack: Docker(aws ecs ec2) + Nginx+php-fpm I'm using hipages/...
juan ferreira's user avatar
0 votes
0 answers
7 views

how to enable session affinity in this setup [closed]

I'm looking for ideas and knowledge to understand options better to enable session affinity for my service. Here are the details (simplified): Everything is running in Kubenettes cluster (GKE). ...
Shawn Cao's user avatar
  • 129
0 votes
0 answers
7 views

To run nginx as a non root user in GKE - nginxinc/nginx-unprivileged:alpine-slim - on privileged port 80

https://hub.docker.com/r/nginxinc/nginx-unprivileged States that The default NGINX listen port is now 8080 instead of 80 (this is no longer necessary as of Docker 20.03 but it's still required in ...
so-random-dude's user avatar
0 votes
0 answers
10 views

How to make custom keys for DHE in TLS1.3

First things first, I am a newbie In Nginx I want to use my own private keys (generate them using my own random number generator) in DHE to later use for AES encryption (as a part of the TLS1.3 ...
Serge Denisov's user avatar
-2 votes
0 answers
15 views

502 Bad Gateway Error on Custom Shopify App Built with Remix and Hosted on GCP [closed]

I'm encountering a 502 Bad Gateway error when trying to open our custom app in the Shopify store. The app is built using Remix and is hosted on Google Cloud Platform (GCP). Here are the steps we have ...
Muscled PM's user avatar
-2 votes
0 answers
11 views

My domain is not accessible after i switch my DNS from Netlify to Hostinger VPS (MERN Project) [closed]

I initially had my DNS set up at Netlify coz previously i was just connecting it to my github repos and hosting the vite frontends wrapping them up around my domain, but then down the line i decided ...
abdullah basarvi's user avatar
0 votes
0 answers
8 views

Nginx auth_request alternative for multiple cookies - no Lua

I am trying to authenticate file access based on cookies. I started off with something like this: location /private/ { auth_request /auth; auth_request_set $auth_status $upstream_status; ...
Lesotto's user avatar
-1 votes
0 answers
27 views

Extremely SLOW download of static content from EC2 with Nginx server

I have an EC2 (t3.small) with Nginx serving 2 different static (React) websites and there is also a Node app running on the EC2. Until a few days ago my React apps were being downloaded reasonably ...
Anand's user avatar
  • 21
0 votes
0 answers
17 views

React App in Docker with Nginx Serving Without CSS

I am trying to deploy a React application using Docker and serve it with Nginx, mostly based on this. The app works perfectly when running locally using npm start, but when served through Docker and ...
Feds.null's user avatar
0 votes
0 answers
29 views

docker compose --> nginx cannot load certificate

I am very new to Docker and containers. I am using docker-compose to start up my application. I keep getting this error: 2024/07/19 17:05:54 [emerg] 1#1: cannot load certificate "/etc/nginx/certs/...
finn's user avatar
  • 1
0 votes
0 answers
13 views

mask S3 pre-sighed URL for security

I want to mask pre-signed S3 object URL and route it through domain (example.com/S3object). Wondering if this is something can be done through Nginx or some other way. My concern here is the URL ...
rp346's user avatar
  • 6,738
-1 votes
0 answers
19 views

Network Internet Data Transfer Out from Americas to EMEA

GCP has a compute engine (default network, VPC thread disabled) with docker and nginx. In docker container running dotnet app. We have noticed that billing costs have increased over the past 3 months ...
Dmitry Zimin's user avatar
0 votes
0 answers
13 views

Content Download speed is too slow on Digital Ocean Droplet using Nginx for reverse proxy

I have a node server (Cube JS: https://github.com/cube-js/cube) deployed on Digital Ocean Droplet served through PM2,Using Nginx for reverse proxy. Tested on 15mb network Content download speed goes ...
Atlas Bravoos's user avatar
0 votes
0 answers
10 views

invoiceplane docker has php error connection reset by peer

i try to launch invoiceplane project this code is from github project source: https://github.com/InvoicePlane/InvoicePlane all container except php is work correctly but have an error when : curl iv....
hamid skandari's user avatar

15 30 50 per page
1
2 3 4 5
3707