Top "Nginx-reverse-proxy" questions

When a reverse proxy proxies a request, it sends the request to a specified proxied server (http or other), fetches the response, and sends it back to the client, as if it came from the reverse proxy itself.

upstream sent too big header while reading response header from upstream

I am getting these kind of errors: 2014/05/24 11:49:06 [error] 8376#0: *54031 upstream sent too big header while reading response header from upstream, client: 107.21.193.210, …

php wordpress nginx fastcgi nginx-reverse-proxy
X-Frame-Options in nginx to allow all domains

I'm using nginx as a reverse proxy for my website. I want to be able to open my website in …

nginx iframe server x-frame-options nginx-reverse-proxy
How to set Secure attribute to Set-cookie in Nginx through nginx.conf file

I am new to Nginx server. recently started working nginx project. I have task to set security headers through nginx.…

nginx session-cookies nginx-reverse-proxy nginx-config setcookie
NGINX Reverse Proxy and Access-Control-Allow-Origin issue

I'm configuring an NGINX Reverse Proxy. On the browser I go to: client url: https://www.hollywood.com Then the …

nginx reverse-proxy nginx-location nginx-reverse-proxy nginx-status
nginx reverse proxy disable cache

i use nginx as a reverse proxy to connect a api. The problem is when i send a query after …

nginx nginx-reverse-proxy no-cache
How to Proxy Pass from / to /index.html

I'm currently working on a JS Project, that uses the url path. Now if I go on my website with …

nginx nginx-location nginx-reverse-proxy
How to configure nginx for a RESTful API?

I have a RESTful web service which exposes an interface such as : GET /api/v1/films/:id/thumb PUT /api/…

rest nginx asp.net-web-api nginx-location nginx-reverse-proxy
Error during WebSocket handshake: Unexpected response code: 301

I have already looked into the answer to RoR 5.0.0 ActionCable wss WebSocket handshake: Unexpected response code: 301 but it was not …

nginx websocket nginx-reverse-proxy
How to run NUXT (npm run dev) with HTTPS in localhost?

EDIT: Updated the text in general to keep it shorter and more concise. I am trying to configure HTTPS when …

vue.js nginx nginx-reverse-proxy nuxt.js
nginx how to get the request client ipaddress

I have ngnix proxying to a nodejs server. I am trying to read the request client ip address/host name …

node.js nginx nginx-reverse-proxy