Answers for "nginx redirect to another path"

1

nginx redirect to another path

location = /content/unique-page-name {
  return 301 /new-name/unique-page-name;
}
Posted by: Guest on March-08-2022

Browse Popular Code Answers by Language