Ajout changement port Thumbor

This commit is contained in:
abenmiloud 2018-07-02 18:05:49 +02:00
parent 4e323edc69
commit f04a53821d

View file

@ -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
~~~