Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. server {
  2.  
  3. location = /subject/lesson/grade/science {
  4. rewrite ^/subject/lesson/grade/science?$ /subject.php?subject=Science last;
  5. }
  6. }
  7.  
  8. location = /science {
  9. rewrite ^/science?$ /subject.php?subject=Science last;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement