nginx module dev help: nginx http subrequest of type POST (including POST...
Hi nginx experts!This is my first post in this forum - I'm hoping you folks can throw some light on a problem I'm facing.I'm trying to develop a module very similar to the ngx_http_auth_request_module...
View ArticleRequired Help on satisfy any setup (2 replies)
I am using 2 layer NGINX. Fist layer NGINX works as a load balancer and forwards all HTTP traffic another NGINX based on HTTP or HTTPS.When i setup below conditions its not working.location / {satisfy...
View Articleaccess SSL only with key p12 $ssl_client_verify not works (2 replies)
I'm trying to make access SSL only with key p12you don't have key = access deniedRestarting nginx: nginx: [emerg] unknown directive "if($ssl_client_verify" in /etc/nginx/sites-enabled/default:144nginx:...
View ArticleGzip a PUT request + automatic deflate by ngx_http_dav_module (no replies)
Hi all.I am using Nginx with the ngx_http_dav_module (i.e WebDav).I use the PUT method of Webdav to upload files to my Nginx server.Unfortunately, it is quite slow when files are big, and I would...
View ArticleThe Future of Open Source Survey (no replies)
TL;DRParticipate in the Future of Open Source! Complete this survey today. https://www.surveymonkey.com/s/FoOS-NginxIn long form,NGINX is a sponsor of the Blackduck Future of Open Source Survey. This...
View ArticleSNI: ssl_error_bad_cert_domain on https:// (no replies)
premisses-------------nginx version: nginx/1.7.10TLS SNI support enabledServing vhostseach vhost has own registered certificateeach vhost works as expectedtask-----Obtain 444 from...
View Article[ANN] OpenResty 1.7.10.1 released (no replies)
Hi folks!I am pleased to announce the new formal release, 1.7.10.1, of theOpenResty bundle:http://openresty.org/#DownloadSpecial thanks go to all our contributors and users for making this happen!Below...
View Articlenginx reverse proxy sizing (no replies)
Hi Guys,This is my first forum and I am pretty new to nginx. What I am going to do here is planning to setup nginx as a reverse proxy for my certain websites on suse enterprise linux and I do have...
View ArticleHow write at access log only part of $request? (2 replies)
Hi All,I have next question:is it possible at nginx access log file decrease stored $request to smaller size?We have very big traffic, and $request part is significant for us only at some start...
View ArticleFastcgi_cache sometimes returns statuscode 500 (4 replies)
Hello,Nginx (all versions since September 2014, but at least 1.7.9, 1.7.10) sometimes returns HTTP status code 500, when serving pages from fastcgi_cache.Each time this happens, following conditions...
View ArticleFastCGI caching mistakes... (1 reply)
Hi,I encountered several failure about fastcgi caching.Requests with special characters are not cached. Same for requests with query string.When I try to purge those URLs, each one send me a 404.This...
View Articlenginx symfony2 configuration (3 replies)
I'm trying to set up an nginx webserver for website that uses angularjs forthe frontend and symfony2 for backend stuff. I'm having trouble to set upnginx for symfony (the angular configuration works...
View Article[ANN] EBLB with IWCP for nginx, any OS (beta 0.2) (no replies)
Coming up in our next nginx for Windows release, but available now for everyone;(EBLB) Elastic Backend Load Balancer, and (IWCP) Inter Worker Communication Protocol[Lua required, for Windows don't try...
View ArticleWhether nginx can cache video file and large file via the way ( monitoring...
Hi , i have a switch , and i hope to redirect video traffic to Cache viausing Port mirroring feature , and monitoring network traffic thatinvolves forwarding a copy of each packet from one network...
View ArticleHow do I show 403 error (1 reply)
Hi Guys,I just setup nginx reverse proxy for my webservers which has port 80/443 opened from internet and have very restircted access on firewall to the destination servers again those to particular...
View ArticleRE: nginx Digest, Vol 65, Issue 5 (no replies)
Por favor arem de enviar esse e-mail para mim.Atenciosamente: Julio Cesar Dos Santos-mensag. original-Assunto: nginx Digest, Vol 65, Issue 5De: nginx-request@nginx.orgData: 04/03/2015 09:00Send nginx...
View Articleadd_before_body (9 replies)
Hey!I'm trying to use the add_before_body in nginx.comf,add_before_body \subsites\dropletlocal\library\global\func-global.class.php;After I add it all the sites display a "No input file specified.".If...
View ArticleNGINX and mod_log_sql (no replies)
Hello List.I use mod_log_sql-1.10 compiled into Apache / 2.4.7 and write correctlyin MySQL.In the nginx web server with the IP writer in MySQL is the IP of thewebserver and not the client IP to access...
View Articlecurl "Connection refused" caused by SSL config (1 reply)
Hi all,I have a strange problem with nginx:I tried to harden the TLS stack by setting default to recommended values from https://wiki.mozilla.org/Security/Server_Side_TLS but one server has to keep...
View ArticleWeird issues with fastcgi_cache and images (1 reply)
Hey guys,I got a strange issues when I activate fastcgi_cache some images doesn'tload on first load of the page but when hitting refresh it loads.Here's my configuration :location ~ \.php$ {# FastCGI...
View Article