Skip to content

Instantly share code, notes, and snippets.

@cnra
Created March 1, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnra/73230b1349bc8e04d26db65fa8ae936c to your computer and use it in GitHub Desktop.
Save cnra/73230b1349bc8e04d26db65fa8ae936c to your computer and use it in GitHub Desktop.
amp yönlendirme
location ~ /amp/$ {
rewrite ^(.*/)amp/$ $1 permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment