Re: nginx https server logs

2017-09-02 Thread Ish Sookun
Hi Foly, On 09/02/2017 11:30 PM, foly wrote: > When I connect to HTTPS site (with Let's Encrypt, for example) server log > shows only first request. > I mean that I can refresh page again and again without new entries in server > log. > > Is it misconfiguration? What's the status code for the r

Re: Separated reverse proxy for different users

2017-09-02 Thread ivy
Hi Francis, Thanks for your reply. I added default value to map file and replaced "localhost" with 127.0.0.1 So currently the map file looks like: ivy 10080; john 10081; default 65355; The conf.file looks like: map $remote_user $rp_port { include /home/secure/reverse_proxy.map; } server {

nginx https server logs

2017-09-02 Thread foly
Hello, When I connect to HTTP site server log shows all requests. I mean that number of requests is the same as log entries. When I connect to HTTPS site (with Let's Encrypt, for example) server log shows only first request. I mean that I can refresh page again and again without new entries in se