Expert in Nginx Configuration
Budget: $10 – $30 USD
Looking for someone who knows nginx and its configuration very well and also understands varnish cache.
I am having a problem with nginx configuration. I believe currently due to reverse proxy it's probably processing same request several times. I see one from 127.0.0.1 and the other from actual user IP.
Current my setup is in following manner.
User connects NGINX on port 443, and then this is forwarded to Varnish on port 80, Varnish then connects Nginx on port 8080, gets request and sends back to user via Nginx.
443 (nginx) => varnish 80 => nginx 8080.
Because of this, even with Varnish page still keeps loading and takes longer to respond. Perhaps 2-3 times redirection.
I am having a problem with nginx configuration. I believe currently due to reverse proxy it's probably processing same request several times. I see one from 127.0.0.1 and the other from actual user IP.
Current my setup is in following manner.
User connects NGINX on port 443, and then this is forwarded to Varnish on port 80, Varnish then connects Nginx on port 8080, gets request and sends back to user via Nginx.
443 (nginx) => varnish 80 => nginx 8080.
Because of this, even with Varnish page still keeps loading and takes longer to respond. Perhaps 2-3 times redirection.