-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hey There,
I'm currently trying to setup CalibreRDP to be accessible through a reverse proxy.
I've got the following set in my nginx conf but I get a 404 error when trying to access it using https://mediaserver.example.com/calibre
location /calibre {
auth_request /auth-admin;
proxy_pass http://192.168.0.1:12004;
include /config/nginx/proxy.conf;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
Is there some additional configuration I should be doing?
Metadata
Metadata
Assignees
Labels
No labels