Add calibre-web to Caddy reverse proxy, remove exposed port
Books.wampler.us now routes through Caddy. Port 8083 no longer exposed directly since traffic goes through the proxy network. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -67,6 +67,12 @@
|
||||
encode gzip
|
||||
reverse_proxy lidarr:8686
|
||||
}
|
||||
|
||||
@calibre-web host books.wampler.us
|
||||
handle @calibre-web {
|
||||
encode gzip
|
||||
reverse_proxy calibre-web:8083
|
||||
}
|
||||
}
|
||||
|
||||
localhost {
|
||||
|
||||
Reference in New Issue
Block a user