From f04a53821dc1ed7a7e4bcef6d68c83af926e742f Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Mon, 2 Jul 2018 18:05:49 +0200 Subject: [PATCH] Ajout changement port Thumbor --- HowtoThumbor.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoThumbor.md b/HowtoThumbor.md index add56f53..5b2fa65c 100644 --- a/HowtoThumbor.md +++ b/HowtoThumbor.md @@ -65,4 +65,12 @@ eof # dpkg -i \ python-libthumbor_1.3.2-1_all.deb \ thumbor_6.3.2-4_amd64.deb +~~~ + +Thumbor utilise le port 8888 par défaut. Pour le modifier : + +~~~ +# cat /lib/systemd/system/thumbor.service +# systemctl daemon-reload +# systemctl start thumbor ~~~ \ No newline at end of file