403 errors with standard browser, pages work with GUI browser (1 reply)
Hi,I’ve run across several websites where I get a 403 error whenI connect to them with my standard webbrowser (lynx), yet thevery same URIs work with the GUI browser fallback (Firef*x).Example...
View ArticleDefault access_log buffering (1 reply)
I was reading an article on performance on the Nginx site: https://www.nginx.com/blog/tuning-nginx/ One thing mentioned was enabling buffering on the access_log.However, the directive reference...
View Articledoes it normal? (no replies)
my server info:Processor Intel Xeon E3 1225v2RAM 32GB DDR3Disks 3 x 120 GB SSDi run directadmin+nginxthe nginx use 14gb of 32gb and this output from server:root 12872 0.0 38.8 12868180 12748776 ? Ss...
View ArticleMemory zone usage (no replies)
Howdy!Was wondering if there's a way to know the memory usage that a zone(like limit_req) is having?Reason I ask is because I think I'm the value I've today might me abit high but before I change it I...
View Articleblog post: new debugging features in nginx (no replies)
Hello,Andrew Hutchings wrote a blog post about new debugging features youcan find in nginx 1.9.2 and later:https://www.nginx.com/blog/new-debugging-features-probe-nginx-internals/--Maxim...
View Articletell nginx to stay inside same location? (3 replies)
Hello,is that possible to tell nginx to stay inside the same location afterrewrite rule is done?i.e. I have:location /njs/ {proxy_pass http://localhost:5501;.......}now, if i need to cut off /njs/...
View ArticleWebsocket handshake failing (1 reply)
I'm trying to enable websocket communication between client and server and have nginx as proxy. Ive applied the following congiguration changes to websocket sites-enabled conf to allow for websocket...
View ArticleFree O’Reilly animal book about nginx (8 replies)
Nearly 20 years ago I read my first O’Reilly book, Learning Perl.Back then I never would have dreamed O’Reilly would someday publisha book written about the software I created, yet here we are today.I...
View ArticlePerl + fcgi + nginx - what am I doing wrong? (7 replies)
Hi,I've already got a live + dev site running under nginx and perl (with fcgi), but I can't for the life of me work out why its not working this time around. I've setup a new dev server. I wont bore...
View Articlessh load-balancing (3 replies)
Hi,I’m new to nginx and am trying to load-balance ssh sessions to an autoscaling group of ECS instances in AWS.Having trouble getting my config files right. I don’t get any errors on startup, but my...
View ArticleMemory leaks when used as a shared library (1 reply)
Hi,I want to build nginx into a shared library for this feature of nginx-clojure: https://github.com/nginx-clojure/nginx-clojure/issues/86 .But i found that there's memory leaks after stop server but...
View ArticleImprove server performance (2 replies)
Hi, I am hosting a couple of wordpress sites on a very light VPS with1vCPU, 512Mb Ram and 10Gb SSD. The performance is not very impressive.Are caching, using gzip, etc., good means to improve the...
View ArticleNginx proxy server (no replies)
Hi everyone.I need to create a mirror site. And I use the server Nginx.I was able to configure the server. And everything works fine.But I have a problem when trying to login on my site. If a password...
View ArticleNginx domain work without be into sites-enabled (1 reply)
Hello,I have many subdomains which is created into /etc/nginx/sites-enabled. For example1. www.example.com2. music.example.com3. video.example.comare already enabled. and working fine. But I tried to...
View ArticleProblem with NGINX on MIPS processor (1 reply)
Hi,I am trying to run nginx on a MIPS processor. In my NGINX server configuration, i have used only worker process. When i try connecting with openssl s_client application, i am able to connect only...
View ArticleNginx may recieve data from Upstream Server even a request has not sent (no...
Hi,I am using Nginx as reverse Proxy, during testing I have noticeda situation Nginx receives response from upstream server even no requesthas been sent yet from Nginx side.The scenario is that the...
View ArticleNginx sending notification (1 reply)
Hi,I want to send a notification from Nginx to another remote server when the health of any configured upstream server changes. Is there any module available for this. I was able to get that working...
View ArticleHTTP 505 error message supported by NGINX? (7 replies)
Hi, does NGINX support the generation of the error message for HTTP error code 505? For example, I see"401 Authorization Required" when running nginx 1.6.2but I don't see anything for 505. NGINX would...
View ArticleConfigure core Python scripts into Nginx (2 replies)
Hi,I want to execute python scripts into Nginx server. I don't wantto any frameworks for that. Core python script, I need to use.Any help and step to follow . To do...
View ArticleExecute python files with Nginx (2 replies)
Hello,How can we execute python files with Nginx? Anybody can help meto give steps by steps to follow. In Apache, it is very easy to executepython files but in python, I am trying from last 2 days and...
View Article