Hi there,
Here is a part of my nginx config file:
location /test/ {
proxy_pass http://localhost:1024/;
}
If I have it as above the GET /test/ request will be sent to port 1024
as / and it also decodes the URI.
I know that if I remove / from the end of proxy_pass then it'll send the
U
Is it possible to log websocket requests in nginx access log ? Or is this
logging restricted only to http requests ?
tammini
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,263878,263878#msg-263878
___
nginx mailing list
nginx@nginx.org
http:
I'm having the same issue with cache being browser dependent. I've tried
setting up a crawl job using wget --recursive with Firefox and Chrome
headers, but that doesn't seem to trigger server-side caching either.
I'd like cache to be browser agnostic.
Any ideas?
It is hard to identify problem