nginx last version on windows

2020-09-02 Thread jasonsx
hi today i'm start using nginx 1.19.2 trying to create upload files and i got this 2020/09/03 08:02:21 [emerg] 8252#1152: unknown directive "upload_pass" in C:\nginx-1.19.2/conf/vhost/ug04.cn.center.conf:43 my config server { listen 82; server_name 192.168.1.2; index index.

Does NGINX read auth_basic_user_file on every connection?

2020-09-02 Thread RA
Hi. How does NGINX process auth_basic_user_file? 1) Does it read it in entirety on every connection? 2) Does it read it line by line on every connection and stops when a match is found? 3) Does it read it full on start and re-reads it only if the file is changed? If its either 1 or 2, then is

Re: How do I add text to a response from a remote URL in NGINX?

2020-09-02 Thread moyamos
Hi Reinis and Francis, Thanks for your hands. I resolved the issue. I've moved before_body.txt and after_body.txt to another domain without https forced redirect. It works fine with a simple proxy_pass even over https. Thanks for all your help. Best regards Posted at Nginx Forum: https://for

Re: Nginx TCP/UDP Load Balancer

2020-09-02 Thread Francis Daly
On Wed, Sep 02, 2020 at 01:08:43AM -0400, Dr_tux wrote: Hi there, > When I add the proxy_bind parameter, requests are never forwarded to the > server behind. Is there any hint in your nginx logs of what is happening? For example, on one old system here, when I test the config as root, I can see