Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install anything above 1GB #33

Closed
webftpmaster opened this issue Aug 31, 2023 · 1 comment
Closed

cannot install anything above 1GB #33

webftpmaster opened this issue Aug 31, 2023 · 1 comment

Comments

@webftpmaster
Copy link

Hi, The shop is working great, no complaints except that any NSP file above 1.0 GB starts to download then stops at 75% of the download progress bar and when I check the tinfoil console it says:

"network error 18: transfer closed with bytes remaining to read. code = 206"

@webftpmaster
Copy link
Author

I figured it was the size limitation of my reverse proxy !

Just add this to the settings:

proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_max_temp_file_size 0;
client_max_body_size 0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant