Alexandre ZANNI

Results 610 comments of Alexandre ZANNI

If directly accessing the docker is fine, it must be an issue with traefik. As I said previously, look at https://rawsec.ml/en/archlinux-install-rtorrent-flood-sftp/#configure-nginx and try to adapt and reproduce what I did....

Did you tried to add `proxy_http_version` and other headers I used in my example with nginx? PS : I'm not a dev, only a member helping with issue on its...

I re-installed rTorrent + Flood recently from git. Working behind nginx reverse proxy. The steps I followed are described [here](https://rawsec.ml/en/archlinux-install-rtorrent-flood-sftp/#configure-nginx). And finally it works perfectly. Nearly every user of flood...

PS : As you can read I'm using more instructions that only `proxy_pass` and a lot of tutorials are using those blocks too. Maybe it was shinji257 that wrongly simplified...

@Zyrophr As you seem to use a nested route, have you put `baseURI: '/flood'` in your config.js ? For support there is no better place than the Discord troubleshooting channel....

I haven't Safari, can you provide a screenshot please ? PS: `![](url)` to link an image in markdown

I don't understand what do you mean @jfurrow? Is it still up to date?

Ah sure, great idea. First I thought you were suggesting to remove the template file and just use `config.js` .

You mean: - Read values in `config.js` - if the value don't exist in `config.js` so read it in `config.template.js` as a fallback

Hi @bootldrDNB thank for reporting this issue. I usually close issues not respecting the template but I'm going to make an exception for the sake of simplicity (avoiding you to...