April 29, 20206 yr 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 April 29, 20206 yr by WhazZzZzup17
Archived
This topic is now archived and is closed to further replies.