Ajout génération conf thumbor

This commit is contained in:
abenmiloud 2018-07-27 11:36:53 +02:00
parent 739545a5a4
commit ae5f3d8b46

View file

@ -76,7 +76,10 @@ Thumbor utilise le port 8888 par défaut. Pour le modifier :
~~~ ~~~
# Configuration Apache # Configuration
## Configuration Apache
Fonctionne pour les URL *unsafe*, ici sur le port 8890 : Fonctionne pour les URL *unsafe*, ici sur le port 8890 :
@ -87,4 +90,14 @@ Fonctionne pour les URL *unsafe*, ici sur le port 8890 :
<Proxy *> <Proxy *>
Allow from All Allow from All
</Proxy> </Proxy>
~~~ ~~~
## Configuration
On peut générer un fichier de conf comme ceci :
~~~
thumbor-config >/etc/thumbor.d/thumbor.conf
~~~
Il s'agit d'un script Python entièrement commenté.