mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 07:22:17 +00:00
Usage with proxy #336
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 @Repulser on GitHub.
I tried to host this and use nginx for proxying multiple domains, issue i got is that it always returned local host urls like
http://127.0.0.1:7000/yLCBL/col.pngsince thats where it requests it, is there any way to change the host it uses or configure nginx differently?@Repulser commented on GitHub:
It seems that modifying the
Hostheader like so solved this problem: