nginx-reverse-proxy Questions

1

Solved

I have downloaded nginx windows image in version 1.21.6 (https://nginx.org/en/download.html), the nginx -V output contains --with-http_sub_module: PS C:\Utils\nginx-1.21.6> .\nginx.exe -V nginx ...
Rogozen asked 24/5, 2022 at 9:42

0

I have a Django app for whose static files need to be served by nginx. I want the app to be accessible through OpenVPN for which I'm using OpenVPN. Both the nginx container and the django container...
Knackwurst asked 23/5, 2022 at 14:47

2

Recently, the size of data in our cookies has become larger, and all of the requests that go through nginx started getting rejected with 431 error responses. I tried increasing the large_client_he...
Irrelievable asked 27/6, 2019 at 18:1

4

I want to use nginx for rate limiting and caching. In which order nginx applies them? In other words, is it limiting only request to the upstream server or all requests (including cache HIT's)? ...
Weanling asked 18/11, 2017 at 16:51

1

Solved

In the default nginx configuration file i see that the default_type is set to application/octet-stream. I understand the MIME types but I do not understand why we are setting a default type. What i...
Markova asked 15/4, 2022 at 4:20

1

Im trying to containerize angular application. here's my docker file FROM nginx LABEL author="sreeya" COPY ./config/nginx.conf /etc/nginx/ngnix.cong I used docker build -t nginx-angular ...

2

I have configurations in nginx that perform proxy_pass to google-analytics.com. But as you know google-analytics same times resolves to ipv4 and at times to ipv6 when it does resolve to ipv6 nginx ...
Flummery asked 7/7, 2020 at 6:43

2

Solved

Every time when I'm restart the upstream server, my NGINX shows "bad gateway" which is ok, but later, when the upstream server restarts nginx not recover automatically and I need to resta...
Derwood asked 22/2, 2021 at 9:13

4

Below is my config and I'm getting 404 on all routes defined apart from the well-known route and I don't understand why. If I make a request to http://example.tech/connect I get a 404 and if I mak...
Phonetician asked 11/1, 2019 at 17:20

1

Solved

We are trying to install and run nginx on java based alpine image (anapsix/alpine-java:7_jdk) but we are facing below error when we start it rc-service nginx start /lib/rc/sh/openrc-run.sh: line 25...
Entertainer asked 17/9, 2021 at 6:36

1

I'm still new to nginx and I want to accomplish this. I have two servers (server1 and server2), with an sftp server (bitvise) on server1. And on server2 I have an nginx docker container running. I ...
Hathaway asked 17/9, 2021 at 9:25

3

Context: I've a NextJS deployment behind Nginx. The idea is to use NextJS to create several websites hosted in different domains. Each domain will have an entry in Nginx and it will be pointing to ...
Dowse asked 1/8, 2020 at 4:2

2

Solved

I am using a Kubernetes deployment model inside Azure, having an OAuth2 proxy(https://github.com/oauth2-proxy/oauth2-proxy) which is protecting the cluster resources by enabling SSO login through v...
Semblance asked 23/11, 2020 at 9:26

3

Solved

To bypass cache if upstream is up (max-age 1) and use cache if down (proxy_cache_use_stale) I created following config: proxy_cache_path /app/cache/ui levels=1:2 keys_zone=ui:10m max_size=1g inact...

2

Solved

I already have a working https site running. My config below is working fine for webmin. Except that when I login the web address rewrites the port no 10000 next to it, therefore getting error serv...
Fantasm asked 24/3, 2014 at 12:5

1

Solved

Setup Hi. I'm deploying an ASP.Net Core application to AWS Elastic Beanstalk. The platform I'm running on is 64bit Amazon Linux 2/2.1.5 using Nginx as the proxy server software. I've got a pair of ...

1

I have a website with a wildcard subdomain: *.mydomain running nginx. I want to proxy_pass to a different port on another server depending on the subdomain. For example: abc.mydomain -> proxy_pass...
Mcswain asked 30/8, 2017 at 1:37

1

I have a sample app which correctly secures the rest api locally without nginx. Now when I put this in production behind a nginx proxy it does not work. No errors. It allows all request. Front end...
Leanora asked 30/1, 2018 at 3:30

3

Solved

I am trying to host multiple ASP NET Core sites with different domains on Linux, Unbunt 18.04 and using nginx as reverse proxy. These are the steps: 1) Creating new .conf files in /etc/nginx/sit...
Imperishable asked 16/10, 2019 at 18:46

1

I have deployed my website to a Digital Ocean droplet (Ubuntu 20.04 server). Everything was working fine. Today, I did some changes to the website in my local machine. So I pushed the changes to Gi...

2

All I would like to do is control the top endpoint (MY_ENDPOINT where users will login and pull images. The registry and containers are being hosted (DOCKER_SAAS), so all I need is a seemingly simp...
Scintillometer asked 30/3, 2021 at 4:20

2

I have been trying to get my Grafana container to work with my reverse proxy but have had no success. Everything i try just results in the "If you're seeing this Grafana has failed to load its appl...
Drag asked 3/10, 2019 at 11:24

1

i have a NGINX server running as a reverse proxy. Proxy works for windows hosts however i have a owncloud server and the proxy will instead re wright the url to the internal host name or IP address...
Savoirvivre asked 24/12, 2018 at 18:7

2

When curl is made inside pod on port 80, response is fine. Calling curl outside container via Kubernetes service on machines IP and port 30803, sporadically "Connection refused" appears. ...
Belter asked 23/2, 2021 at 14:30

3

I'm running a NodeJS App on NGINX Web Server. I'm able to access all the URLs in my app via iframe on other websites. Here is my NGINX conf: proxy_hide_header X-Frame-Options; How do I restric...
Crumbly asked 13/5, 2020 at 18:40

© 2022 - 2024 — McMap. All rights reserved.