document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. location / {
  2.     index index.php;
  3.     try_files $uri $uri/ /index.php?$query_string;
  4. }
');