Jump to content

Calibre Web & Letsencrypt (Nginx) Issues


Recommended Posts

Hello, I have a couple questions about setting up Calibre-Web with my LetsEncrypt. Below is my current config for Calibre-Web.

 

Question 1 - My letsencrypt>nginx>proxy-confs has (2) files

  • calbre-web.subdomain.conf.sample
  • calibre-web.subfolder.conf.sample

 

Which one these do I modify? I found this code on the github, but I'm not sure what I do with the information already on the file or which file to modify from above.

        location /calibre-web {
                proxy_pass              http://<your-ip>:8083;
                proxy_set_header        Host            $http_host;
                proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_set_header        X-Scheme        $scheme;
                proxy_set_header        X-Script-Name   /calibre-web;
        }

 

Edited by WhazZzZzup17
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...