Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
🚑 Add tiff dependency, turn off load resty core (#25)
Browse files Browse the repository at this point in the history
* 🚑 Add tiff dependency fixes #24

* 🚑 Turns of Lua Resty core in Nginx
  • Loading branch information
sinclairpaul authored and timmo001 committed Jul 30, 2019
1 parent 5aa43cd commit 4bc9827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions matrix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN \
nginx-mod-http-lua=1.16.0-r2 \
nginx=1.16.0-r2 \
su-exec=0.2-r0 \
tiff=4.0.10-r0 \
zlib=1.2.11-r1 \
\
&& pip3 install \
Expand Down
1 change: 1 addition & 0 deletions matrix/rootfs/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ http {
default_type application/octet-stream;
gzip on;
keepalive_timeout 65;
lua_load_resty_core off;
lua_shared_dict auths 16k;
sendfile on;
server_tokens off;
Expand Down

0 comments on commit 4bc9827

Please sign in to comment.