mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Add domain name as parameter... #317
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gufertum on GitHub.
I run the docker behind a proxy and the returned path still contains the localhost with the local port.
It would be nice to have a parameter to overrule this when starting the docker container...
@paolafrancesca commented on GitHub:
@gufertum I don't think that adding one or more parameters is the right solution
we should address the problem in server/handlers.go:467 using http header sent by the proxy.
I cannot test the current behaviour at the moment but will do in the next few days
@gufertum commented on GitHub:
Closed: setting up apache properly, fixed the issue (ProxyPreserveHost On)
@gufertum commented on GitHub:
I just created a pull request with the changes...
https://github.com/dutchcoders/transfer.sh/pull/141