input form doesn't work behind a reverse proxy #1
Closed
opened 2 years ago by thasos
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi !
I've dockerized your app, lauching the daemon with
gmitohtml --daemon=0.0.0.0:1967
, and access behind a reverse proxy on that port.It works well when I mannualy enter the url (ex: https://my.fqdn/gemini/gus.guru/).
But using the form, it become
http://0.0.0.0:1967/gemini//gus.guru
(note the protocol change tohttp
).I don't the see in the
--help
any option to set the "server name", did I miss something ?Thanks ! :)
Thanks for reporting this. I've added a
--hostname
option.