Guest User

Untitled

a guest
Jan 23rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. location ~* ^/search/(.*..*)$ {
  2. return 307 http://$1;
  3. }
  4. location ~* ^/search/(.*)$ {
  5. return 307 https://www.google.com/search?q=$1;
  6. }
Add Comment
Please, Sign In to add comment