iiipsrv: Use filesystem prefix
This commit is contained in:
parent
60911fe1b1
commit
e91f1f2413
2 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue