Guest User

Untitled

a guest
Dec 11th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. location ~* ^/rutorrent/(.*\.php)$
  2. {
  3. root /home/system/www/rutorrent/;
  4. fastcgi_index index.php;
  5. fastcgi_pass unix:/var/run/nginx/rutorrent/$remote_user.php-fpm.socket;
  6. fastcgi_param SCRIPT_FILENAME /home/system/www/rutorrent/$1;
  7. include fastcgi_params;
  8. send_timeout 300;
  9. error_log /var/log/nginx/rutorrent.error.log debug;
  10. }
Add Comment
Please, Sign In to add comment