Localhost in URL behind nginx proxy
Not a bug. This configuration was missing:
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
p…
Add unamed argument to coller CLI to paste the content of a file