Third party module appears to be not loaded (3 replies)
Hi , I compile nginx with nginx upload progress module but i still can't use any of the configuration variables.Nginx throws errors like [emerg] unknown directive "track_uploads" nginx version:...
View Articledebugging 504 Gateway Time-out (no replies)
I just set up a django site with nginx and uWSGI. Some pages I go to work fine, but other fail with a 504 Gateway Time-out. I used to serve this site with apache and wsgi and these same pages worked...
View Articlemap directive using $default as origin (2 replies)
Hello! I am using module small_light (https://github.com/cubicdaiya/ngx_small_light), since the module can't detect which browser can process webp transformation, I creating a simple directive on nginx...
View ArticleNGINX http-secure-link iphone issue !! (6 replies)
Hi, We've depolyed NGINX ngx_*http*_*secure*_*link*_module in our website based on php programming & its working well. Player is providing correct hash+expiry to serve links. Though we're facing...
View ArticleNginx and CRL (no replies)
Hi, I am new to nginx and I am trying to get CRL checking to work. I was wondering if there is a way to automatically update the CRL list (as specified by ssl_crl). Can Nginx automatically update this...
View Article"ngx.var.remote_addr" have different value when retrive it twice in lua (1...
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx
View Articlessl_trusted_certificate usage with parallel ECDSA / RSA certificates ? (1 reply)
I've created 2 LetsEncrypt SSL certs -- an EC & and RSA. Following Support for parallel ECDSA / RSA certificates https://trac.nginx.org/nginx/ticket/814 I config ssl_certificate...
View Article413 Request Entity Too Large (no replies)
have tried adding client_max_body_size 200M; inside all the context http, server and location but still users are unable to upload a file of size 30 MB and receive the above 413 request entity error.is...
View Articleproxy_protocol - access server directly (5 replies)
i have configured haproxy 1.6 and nginx 1.10.1 and all is well, but i'd like to be able to access the servers directly on occasion and not through haproxy. Mainly this is done for troubleshooting or...
View Articleproxy_cache:Why Receive >Transmit? (7 replies)
structure: nginx<->backend server the nginx and backendserver enable gzip. nginx.conf: worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; worker_rlimit_nofile...
View Articleembeded php code not activating (1 reply)
I have a weather station website running successfully under apache2 on a fedora based server. I am in the process of transferring it to run on a raspberry pi 3 under nginx. This has transferred without...
View ArticleHTTP/2 without forward secrecy (Diffie-Hellman) (2 replies)
Hi, for a test environment I successfully set up an nginx webserver (1.11.2) with HTTP/2. But for further tests I need to decrypt traffic with wireshark using the servers private key. For that I need...
View ArticleLogging application errors in the wrong place (no replies)
Hi, I use Nginx with Passenger and the problem I have is that I get "some" application log entries in /var/log/nginx/error.log. The problem is that the log is turned off and also pointing to another...
View ArticleWhitelisting IPs from Certificate Based Authentication (no replies)
Hi We have a Certificate Based Authentication for one of our websites. We want that if users visit from Office IP's then they should not have to go via Certificate Based Authentication. Rest for all,...
View ArticleDisabling HTTP/2 for a specific location (3 replies)
I use nginx 1.11.3 with nginx upload module.The problem is that Nginx upload module don't support HTTP/2 and thus when you upload you get 500 Internal Error. For now i am trying to use a separate...
View ArticleNginx | fastcgi_cache_key $http_cookie for Joomla (no replies)
So i found the following for Drupal https://forum.nginx.org/read.php?2,220510,220563#msg-220563 http { map $http_cookie $session_id { default ''; ~SESS(?<session_guid>[[:alnum:]]+) $session_guid;...
View ArticleNginx remote access_log file (1 reply)
Hello, Actually, I have Nginx and Logstash installed on the same machine. And i want to separate them. I was installed Logstash in an other machine. How can i store the accsess_log Nginx file in the...
View ArticleProblem with SSL handshake (1 reply)
nginx version: 1.6.2 Hello, The client and Nginx server seem to have problem to establish a SSL connection. In the logs I have this[crit] 18386#0: *1 SSL_do_handshake() failed (SSL: error:14094456:SSL...
View ArticleStart nginx worker process with same user as master process (1 reply)
I have setup nginx master process with a user , lets say user1. In the nginx.conf, user directive is mentioned with nginx. (user nginx;) I understand that worker processes will be spawned by user nginx...
View ArticleHow to calculate used shared memory in slab? (no replies)
Hello, I'm the developer of Nchan (previously known as the http push module) -- https://github.com/slact/nchan. I'm writing a stub_status - like stats output handler, and I want to output the amount of...
View Article