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

Nginx proxy_pass ssl nodejs socketio error (no replies)

I am trying to track down what is going on but an not having any success. I am using nginx as a proxy for ssl in front of my nodejs app. The http api works fine. I have the websocket on a separate...

View Article


How do I set Keep Alive (1 reply)

Hello, I am new to nginx and Speedgrade suggest I enable keepalive to enhance performance of my website(s). I've read*1 that enabling this is also a risk. What is the best practise? *1...

View Article


unexpected location regex behaviour (2 replies)

Dear nginx.org, I'm facing some strange, unexpected regex behaviour in my setup. Nginx is 1.9.12, self compiled, with openssl-1.0.2g and with the following modules: - echo-nginx-module...

View Article

how to forward basic-auth from upstream (no replies)

hi list, i have an nginx infront of apaches, and the apacheshold a list of locations with basic-auth. i cannot pass the auth-request from the upstream through nginx to the user, when i access the urls...

View Article

nginx cache - could not allocate node in cache keys zone (5 replies)

I have four servers in a pool running nginx with proxy_cache. One of the nodes started spewing "could not allocate node in cache keys zone" errors for every request (which gave 500 status). I did a...

View Article


dns name for upstream (no replies)

Hi, I saw this example at serverfault.com: server { ... resolver 127.0.0.1; set $backend "http://dynamic.example.com:80"; proxy_pass $backend; ... } I have a few questions: 1) If the resolver DNS...

View Article

limit_req is limiting requests outside of location block it is applied to (1...

I have a location ~* \.php$ with limit_req set inside it. But requests outside of this location block, e.g. for .js and .css files are also being limited. I only want to limit the number of requests to...

View Article

HTTP/2 roadmap (1 reply)

Hi, What's the best place to find details on planned features for HTTP/2 support? I've only been looking at HTTP/2 for a few days, so forgive me if this is already covered. It seems pretty obvious to...

View Article


Correct Rewrite? (1 reply)

We currently use the following method to perform an http to https rewrite. rewrite ^ https://$server_name$request_uri permanent; I am planning to change it to the preferred method of: return 301...

View Article


Name based virtual hosts not working (2 replies)

Hi! I just did a lemp setup but I can't get my virtual hosts to work properly. I´m totally lost and out of ideas. Two domains and one starting on e is always responding showing its root and the other...

View Article

Problem for play my custom pages error 401 (2 replies)

I come to you because I am facing a problem with the customization of the 401 error page in fact I use Nginx and rutorrent, I proceeded as follows: I create a folder named "error_pages" I placed in the...

View Article

Can we ask for permission before download? (2 replies)

_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

View Article

proxy_ssl_certificate not working as expected (no replies)

Hello, I'm using nginx as a proxy to a backend server. The backend server is also using nginx and enforcing client certificate authentication using the ssl_client_certificate and ssl_verify_client...

View Article


(no subject) (no replies)

-- *С уважением/ Best regards, * *Власкин Кирилл/ Vlaskin Kirill* *mail: k.vlaskin@gmail.com <k.vlaskin@gmail.com>* *Skype: k.vlaskin <k.vlaskin@gmail.com>* *Tel. 8-985-145-61-92*...

View Article

How Does Nginx forward connections? (no replies)

Hello All, I am thinking, how does Nginx forward TCP connections. Does it create a single TCP connection to backend server (considering single backend) or as many as clients connected to the Nginx...

View Article


HLS proxying multiple sources (no replies)

Hello, I need a way to provide the 'proxy_pass' argument from external script for hls streaming. One way will be to use exec_pull with rtmp module, but this means to convert hls to rtmp, and run ffmpeg...

View Article

how can i bind proxy_bind to interface name? (1 reply)

i use proxy_bind with interface ip address, it works fine but i need bind to interface name, for example: ppp0 but it not worked, how can i do?

View Article


main conf created twice, only closed once? (1 reply)

Hi, I have a problem with a module I'm writing. I need to do something in the main config after variables are read from the conf file, so I have put this in the post_conf function. Then I need do...

View Article

Rev. proxying a java applet (no replies)

Hi, I'm a beginner to nginx. I want to rev. proxying a page with java applet. I think it is usual and nothing special ... This is my 1st config: location /pl-wbr/ { rewrite /pl-wbr/(.*) /$1 break;...

View Article

HTTP/2 and HTTPS (2 replies)

Hi everyone, I have strange issue with nginx 1.9.12. I have 3 IP addresses as a server name that are alias IPs on a single Ubuntu server 15.10. Each servername related to specific protocol: http:...

View Article
Browsing all 7229 articles
Browse latest View live