all...
I am trying to do something in nginx to redirect all calls for files in
/images/
to become in:
/assets/images/
can someone help me with the rewrite rule? giving a 301 moved permanently status?
all...
I am trying to do something in nginx to redirect all calls for files in
/images/
to become in:
/assets/images/
can someone help me with the rewrite rule? giving a 301 moved permanently status?
Add below configuration into your nginx.conf
Here's the preferred way to do this with newer versions of Nginx:
See https://www.nginx.com/blog/creating-nginx-rewrite-rules/ for more info.