pastebin

Paste Search Dynamic
Recent pastes
server location
  1. server {
  2.  
  3. location / {
  4.  
  5. rewrite /last/ /q.html last;
  6.  
  7. rewrite /break/ /q.html break;
  8.  
  9. }
  10.  
  11. location = /q.html {
  12.  
  13. return 400;
  14.  
  15. }
  16.  
  17. }
Parsed in 0.001 seconds