Apache - http://ysul.nasqueron.org:3200/icons/ - serve icons, but not nginx.
So http://ysul.nasqueron.org/~kumkum is printed without icons.
Apache - http://ysul.nasqueron.org:3200/icons/ - serve icons, but not nginx.
So http://ysul.nasqueron.org/~kumkum is printed without icons.
Added to /usr/local/etc/nginx/vhosts/ysul.nasqueron.org.conf:
location /icons { alias /usr/local/www/apache24/icons/; }
That would be quicker than to proxy the request.