Pre-compressed (gzip) HTML using fastcgi_cache? (no replies)
Hi! I was wondering if anyone has an idea to serve pre-compressed (gzip) HTML using proxy_cache / fastcgi_cache. I tried a solution with a map of http_accept_encoding as part of the fastcgi_cache_key...
View ArticleDynamically Reload Map (no replies)
Is anyone aware of a way to dynamically reload a file when using the MAP module without having to reload the server? We have a file that gets updated roughly every minute that needs reloaded and it...
View Articlenginx and FIX server (5 replies)
Hi any one setup nginx infront of a fix engine to do rate limiting ? Alex _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx
View ArticleNginx with ngx_stream_core_module (2 replies)
Dear all I have electronic device and I config to send TCP/IP data to my server by raw data no http header. My server use nginx with and config for use module ngx_stream_core_module like this stream {...
View ArticleNginx proxy_pass not working as expected. (3 replies)
Hi I have the virtualhost file configured as the following:- server { server_name example.com; location / { proxy_pass http://example.org; } } When I visit example.com it redirects correctly to...
View ArticleHPKP report-uri and nginx ssl_verify_client (no replies)
Hi, on a host I'd like to send HPKP reports to ssl_verify_client is set to "optional": ssl_client_certificate /etc/nginx/ssl/CA.pem; ssl_verify_client optional; If HPKP policy fails (for another...
View ArticleHelp how to Proxy without redirect (no replies)
Hello All, I need to use Nginx as proxy and to pass all communication trough it without redirecting to original web location. I have following configuration file the initial logon and welcome page...
View Articlesetting up client ip and hostname in nginx? (no replies)
i am working on AWS Elastic Beanstalk Instance, which runs Java applicaiton servered through Nginx ( no load balancer in front, just a standalone instance ) I need to set cookie to catch client ip and...
View Articlelocation regex (no replies)
Hello, I would like to ask about regex. Why these 2 doesn't behave the same? location ~ /(apple/|pear/(small|big)/|test(ing|er)/(fruit|vegis)_)* location ~...
View ArticleBlocking tens of thousands of IP's (no replies)
Is anyone aware of a difference performance wise between using return 403; vs deny all; When mapping against a list of tens of thousands of ip? Thanks ________________________________ This e-mail...
View ArticleNginx Kodi User Agent secure_link blocking / banning (10 replies)
So with Nginx my access.logs show allot of Kodi user agents from what I look up online Kodi is a app that runs on Phones, TV sticks, Mac, PC etc and it is used for watching live TV I reckon its a...
View ArticleQuestion about Error logs (no replies)
Hi, I just migrated from Apache to Nginx. I have a question error logs. Nginx now logs same error again and again in the log file, but with different request IPs. Is there any setting I can do, so that...
View Articleexclude error_page on geoip (1 reply)
Hello, I need to use geoip module for allow specific region access to my website. But blocked users should see the error_page. Users are blocked and cannot see custom error_page. I don't want to see...
View ArticleAlias or root directive (6 replies)
Hi there, i try to add a images folder but seems not work. Could someone tell me what i am doing wrong: location ~ ^/en/holidays/shared/images { root /mnt/nfs/uat/; } When i replace root with alias it...
View ArticleNginx SSL Setup (no replies)
Hello Team, I am using NGINX as a web server ot host some of the file and I need some help with the SSL Setup. Is there a way to create a keystore and use that in the configuration for SSL setup? I...
View Article504 Bad gateway error when server date/time is changed (no replies)
Hi,Following is the environment OS: CentOS 7 (64 bit) NGINX: 1.10.1PHP/PHP-FPM: 5.6 ZF2 Apache 2.4 The Web application is running with HTTPD configured to port 9080 and NGINX on port 80There is an...
View ArticleTrouble using nginx tcp proxy (no replies)
Hi all, I'm having some trouble using NGINX as a TCP proxy connecting to a customer's servers over an IPSec VPN. My setup:- 1 EC2 instance with NGINX plus configured as TCP proxy- 1 EC2 instance in...
View ArticleSet header $upstream_response_time with proxy_cache directive (no replies)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello! I have problem how to debugs current response time to upstream, my configuration is looks likes : .... upstream upstream_distribution { server...
View Article502 Bad Gateway nginx/1.2.1 (2 replies)
Hello, since a couple of days I am getting this error message all over my website: 502 Bad Gateway nginx/1.2.1 The thing is that my server uses apache... I have tried solutions I have found in google:...
View Articlessllabs A+ rating (3 replies)
Hi Any one got a write up on how to get a A+ from this site. I can get a A and I have to support tls1.0 which might be dragging me down ! _______________________________________________ nginx mailing...
View Article