iiipsrv: Use filesystem prefix

This commit is contained in:
Tom Wiesing 2023-11-11 11:32:04 +01:00
parent 60911fe1b1
commit e91f1f2413
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -44,6 +44,7 @@
</label> </label>
<span class="pure-form-message-inline"> <span class="pure-form-message-inline">
Run an <a href="https://iipimage.sourceforge.io/documentation/server" target="_blank" rel="noopener noreferer">IIPImage server</a> inside this instance. Run an <a href="https://iipimage.sourceforge.io/documentation/server" target="_blank" rel="noopener noreferer">IIPImage server</a> inside this instance.
When configuring the <code>WissKI IIIF</code> module, use <code>/var/www/data/project/web/sites/default/files/</code> as a prefix.
<br /> <br />
This can be used for streaming 2D images inside this WissKI, see <a href="https://wiss-ki.eu/documentation/periphal-software/iip-image-server" target="_blank" rel="noopener noreferer">the WissKI Documentation</a> for more details. This can be used for streaming 2D images inside this WissKI, see <a href="https://wiss-ki.eu/documentation/periphal-software/iip-image-server" target="_blank" rel="noopener noreferer">the WissKI Documentation</a> for more details.
Please be aware that any installation or configuration steps are performed automatically by the distillery. Please be aware that any installation or configuration steps are performed automatically by the distillery.

View file

@ -18,6 +18,7 @@ FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "10"
FcgidInitialEnv JPEG_QUALITY "90" FcgidInitialEnv JPEG_QUALITY "90"
FcgidInitialEnv MAX_CVT "5000" FcgidInitialEnv MAX_CVT "5000"
FcgidInitialEnv MEMCACHED_SERVERS "localhost" FcgidInitialEnv MEMCACHED_SERVERS "localhost"
FcgidInitialEnv FILESYSTEM_PREFIX /var/www/data/project/web/sites/default/files/
# Define the idle timeout as unlimited and the number of # Define the idle timeout as unlimited and the number of
# processes we want # processes we want