Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

CAKEBOX - An error occurred. (NGINX) #215

Closed
Daaaam opened this issue Mar 8, 2017 · 1 comment
Closed

CAKEBOX - An error occurred. (NGINX) #215

Daaaam opened this issue Mar 8, 2017 · 1 comment

Comments

@Daaaam
Copy link

Daaaam commented Mar 8, 2017

Hi.

I have an error message when I access http://xxx/cakebox
http://hpics.li/694ea82

default.php :

General configuration of Cakebox
*/
$app["cakebox.root"] = "/home/username/torrents/"; // Root directory Cakebox have to scan
$app["cakebox.access"] = "/cakebox/username/"; // Alias used in web server for direct access
$app["cakebox.language"] = "fr"; //Language of Cakebox. Could be : fr, en
$app["cakebox.host"] = "I"; //domain where cakebox is hosted

rutorrent.conf :

location /cakebox/ {
rewrite ^/cakebox(/.*)$ $1 break;
proxy_pass http://127.0.0.1:81;
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_redirect off;
}

location /cakebox/**username**/ {
    alias /home/**username**/torrents/;
    add_header Content-Disposition "attachment";
    satisfy any;
    allow all;
}

location /cakebox/**username**/ {
   alias /home/**username**/torrents/;
   add_header Content-Disposition "attachment";
   satisfy any;
   allow all;
}
@mpgn
Copy link
Member

mpgn commented May 3, 2018

project is deprecated, check #216

@mpgn mpgn closed this as completed May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants