22
0
Fork 0

Ajout génération conf thumbor

This commit is contained in:
abenmiloud 2018-07-27 11:36:53 +02:00
parent 739545a5a4
commit ae5f3d8b46
1 changed files with 15 additions and 2 deletions

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 :
@ -87,4 +90,14 @@ Fonctionne pour les URL *unsafe*, ici sur le port 8890 :
<Proxy *>
Allow from All
</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é.