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
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
