diff options
| -rw-r--r-- | calibre.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/calibre.html b/calibre.html index 086f034..73841d4 100644 --- a/calibre.html +++ b/calibre.html @@ -100,15 +100,12 @@ systemctl start calibre-server</code></pre> </p> <pre><code>server { - listen 80; - server_name calibre.example.org; + listen 80; + client_max_body_size 64M; # to upload large books + server_name calibre.example.org; - location /calibre { + location / { proxy_pass http://127.0.0.1:8080; - 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; } }</code></pre> @@ -137,7 +134,7 @@ systemctl start calibre-server</code></pre> <hr> <p> - By rflx -- <a href="https://rflx.xyz">website</a> -- XMR: 48T5XpHTXAZ5Nn8YCypA4aWn1ffQLHJkFGDArXQB6cmrP6cqLY72cu7CR2iq2MmL5Ndu3d47e5MKjGpL4prYgdrTCFAHD9c + Author: rflx -- <a href="https://rflx.xyz">website</a> -- XMR: 48T5XpHTXAZ5Nn8YCypA4aWn1ffQLHJkFGDArXQB6cmrP6cqLY72cu7CR2iq2MmL5Ndu3d47e5MKjGpL4prYgdrTCFAHD9c </p> </main> <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><li><a href="index.html"><img src="pix/chad.gif" alt="chad"></a></li><li><a href="rss.xml"><img src="pix/rss.svg" alt="RSS"></a></li><li><a href="pix/btc.png"><img src="pix/btc.svg" alt="BTC"></a></li><li><a href="pix/xmr.png"><img src="pix/xmr.svg" alt="XMR"></a></li><li><a href="https://github.com/lukesmithxyz/landchad"><img src="pix/git.svg" alt="Github"></a></footer> |
