Page MenuHomeDevCentral

Apache icons aren't served by nginx on Ysul
Closed, ResolvedPublic

Description

Apache - http://ysul.nasqueron.org:3200/icons/ - serve icons, but not nginx.

So http://ysul.nasqueron.org/~kumkum is printed without icons.

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Normal.
dereckson updated the task description. (Show Details)
dereckson added a project: Servers.
dereckson updated the task description. (Show Details)
dereckson added a subscriber: dereckson.
dereckson closed this task as Resolved.EditedMar 25 2015, 20:51

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.