nginx, alias and location nginx, alias and location nginx nginx

nginx, alias and location


One solution is to replace the alias directive with a rewrite directive:

location ^~ /images/ {  rewrite ^/images(.*)$ /img$1;}