depado / goploader

Easy file sharing with server-side encryption, curl/httpie/wget compliant
https://docs.gpldr.in
MIT License
273 stars 41 forks source link

Proxy with Apache #46

Closed Fastidious closed 7 years ago

Fastidious commented 7 years ago

Proxy with Apache allows me to upload fine . But on download, the link to the file goes to http://example.com:8008/filename, which isn't exposed (because it is proxying).

depado commented 7 years ago

Hi, and thanks for your feedback. Could you check if your issue is related to #41 ? Also if you use the latest version, there should be a setting called append_port which role is to add the port to the returned URL in case there is no reverse proxy in place. Can you make sure this is set to false in your conf.yml file ?

Fastidious commented 7 years ago

@Depado setting append_port to false fixed this. Thanks!

depado commented 7 years ago

No problem, the doc is a bit outdated ! My bad 😞