diff --git a/scripts/calibre-web-nginx.conf b/scripts/calibre-web-nginx.conf new file mode 100644 index 0000000000..1187ee270d --- /dev/null +++ b/scripts/calibre-web-nginx.conf @@ -0,0 +1,7 @@ +# RELATED: https://github.com/janeczku/calibre-web/wiki/Setup-Reverse-Proxy + +# http://box/library/calibre-web///<webm_or_mp4_video_file> +location /library/calibre-web/ { + alias /library/www/html/calibre-web/; + fancyindex on; # autoindex on; +}