Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Browsing all 7229 articles
Browse latest View live
↧

keepalive upstream (no replies)

I've been struggling with a very difficult to diagnose problem when using apache2 and Odoo in a reverse proxy configuration with nginx. Enabling keepalive for upstream in nginx seems to have fixed it....

View Article


Parse response body and return status code/body based on it (1 reply)

Hi nginx experts, I'm trying to achieve an mechanism that for requests to certain endpoints, nginx makes a HTTP call to a certain server (mostly POST and DELETE), gets a response back, parse the...

View Article


Rate limit per day (no replies)

Hello Team, Is it possible to use Module ngx_http_limit_req_module to rate limit request / day ? Regards, Nitin B. _______________________________________________ nginx mailing list nginx@nginx.org...

View Article

specific to index.php rest of them index.html (2 replies)

Hello, I need to configure some locations go to index.php rest go to index.html if ($request_uri !~ ^/(location1|location2|location3)$ ) { rewrite ^(.*) /index.html; } but how to else ? if the request...

View Article

Re: URL is not pointing to https on iframe (no replies)

Hi, please use $scheme proxy_set_header X-Forwarded-Proto $scheme; 2016-10-03 16:58 GMT+03:00 Geo P.C. <pcgeopc@gmail.com>: > In our site we are loading a calnedar api function that works on...

View Article


URL is not pointing to https on iframe (no replies)

In our site we are loading a calnedar api function that works on http ( cdn.instantcal.com) . While loading this site on our wordpress site with https its not working and getting an error: "Mixed...

View Article

nginx worker process exited on signal 7 (1 reply)

Hello team, i've followed this tutorial(https://www.c-rieger.de/nextcloud-installation-guide/) to configure nginx for nextcloud on a raspberry pi 3 but using Raspbian OS instead of Ubuntu. I guess the...

View Article

cache all endpoints but one: nginx settings (1 reply)

Hello, I have a flask web app + uwsgi + nginx. I am using nginx both as server as well as proxy server. *How to make nginx to cache successful results from all API ending points but one?* I want to...

View Article


Clientbodyinfileonly - POST request is discarded (1 reply)

Hello Nginx community, I try to perform big file upload on my Nginx server basing on instructions from https://coderwall.com/p/swgfvw/nginx-direct-file-upload-without-passing-them-through-backend...

View Article


Safari gets network connection reset over https with very high speed...

Does anyone know how I can debug this issue? nginx (latest version and 1.9 too) running on iMac Safari running on macbook thunderbolt2 cable between the two of them. Any download of https file from...

View Article

Ngnix wont cache woff (1 reply)

Good day Guys Im struggling to get nginx to cache woff and woff2 file. It would appear its the particular wordpress theme is set to not cache. But I would like to override that. Nothing I seem to do,...

View Article

Why does nginx always send content encoding as gzip (no replies)

I have set gzip to off user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include /etc/nginx/mime.types;...

View Article

Nginx old worker process not exiting on reload (1 reply)

Hi, While reloading nginx, sometimes old worker process are not exiting thereby, entering into "uninterrupted sleep" state. Is there a way to kill such abandoned worker process? How can this process be...

View Article


Use individual upstream server name as host header (1 reply)

Is anyone aware of a way to pass the upstream server name as the host header per individual server instead of setting it at the location level for all the upstream members? Without using a lua script...

View Article

proxying to upstream port based on scheme (no replies)

I have an httpd upstream server that listen on both http and https at different port and want to send all http=>http_upstream and https => https_upstream The following does the trick...

View Article


400 bad request for http m-post method (no replies)

Hi, I'm getting the below error in nginx reverse proxy server. It seems the proxy server does not recognize the http method: "M-POST" ? Is there a way i can allow these incoming requests ? nginx.1 |...

View Article

strange condition file not found nginx with php-fpm (no replies)

I was working with this config from 2 years without any problem sudenly I face not found error message from niginx and its come only when the link has "?", sample...

View Article


Allow PHPMyAdmin access on certain virtual hosts - Ubuntu and Nginx (2 replies)

I have an ubuntu 16.04 server running LEMP with 4 websites on it website.com website1.com website2.com website3.com I have installed phpmyadmin and configured it and it works fine, however it serves...

View Article

Practical size limit of config files (1 reply)

Is there a practical maximum size limit for config files? What is possible - 100k, 1MB, 10MB? _______________________________________________ nginx mailing list nginx@nginx.org...

View Article

Index fallback? (8 replies)

I somehow can't make this scenario work: root structure: /a/index.html /b/ <-- no index.html accessing: 1. site.com/a -> redirect to site.com/a/ -> show /a/index.html 2. site.com/b ->...

View Article
Browsing all 7229 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>