Is there a limitation in nginx on the number of simultaneous via proxy_pass
glareboa
nginx-forum at forum.nginx.org
Thu Aug 22 17:33:53 UTC 2019
If do index.html and nginx.conf like below, that displays all
index.html
-------------------------
<div class="d-td" id="1">
<img src="/aaa/">
</div>
...
nginx.conf
---------------------------
location /aaa/
{
rewrite ^/aaa/ http://mysite.org:9000";
}
...
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285362,285377#msg-285377
More information about the nginx
mailing list