1 2 3 4 5 6 7
server { listen 80; server_name localhost; location /media/ { alias /usr/share/nginx/media/; } }