Shamalamadindong

Members
  • Posts

    195
  • Joined

  • Last visited

Posts posted by Shamalamadindong

  1. I'm not entirely certain what the problem is here.

     

    sort: write error
    
    tail: cannot open '1478552498.6832673320 /config/serverfiles/logs/ts3server_2016-11-07__20_48_38.547247_0.log'$'\n''1478552498.6832673320 /config/serverfiles/logs/ts3server_2016-11-07__20_48_50.533550_0.log' for reading: No such file or directory
    sort: write failed: 'standard output': Broken pipe

     

    Just that over and over again.

  2. For Nginx reverse proxy users,

     

    
    # Transmission
    location /transmission/ {
            proxy_pass http://TRANSMISSIONIP:PORT/transmission/web/;
            proxy_set_header Host $host;
    	proxy_set_header        X-Real-IP       $remote_addr;
    	proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
    	proxy_buffering off;
            }
    
    # Also Transmission specific
        location /rpc {
            proxy_pass http://TRANSMISSIONIP:PORT/transmission/rpc;
            }