Guest User

Untitled

a guest
Aug 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. nginx rewrite: the symbol for ANY UTF8 character
  2. rewrite ^/.$ /new-location.html break;
  3.  
  4. rewrite ^/([x00-xff])$ /new-location.html break;
  5.  
  6. "(*UTF8)^yourregex$"
  7.  
  8. "(*UTF8)^yourregex$"
  9.  
  10. "^(*UTF8)/(.)$"
Add Comment
Please, Sign In to add comment