- https://julien.riou.xyz
-
Joined on
2024-12-17
text file expected (got text/x-python)
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…