Skip to content

Reverse Proxy #30

@egadgetjnr

Description

@egadgetjnr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions