Hi,   I'm getting a 404 error when trying to reverse proxy this with nginx.   Here's my location block :   location /ttrss/ { proxy_pass http://192.168.1.69:7845; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } Any ideas?  My other location blocks for other dockers work fine.   Edit : This is in my letsencrypt nginx config. Should I move that to the