Ajout conf apache

This commit is contained in:
abenmiloud 2018-07-19 15:51:34 +02:00
parent 2aeb743a15
commit 208d515ad8

View file

@ -73,4 +73,18 @@ Thumbor utilise le port 8888 par défaut. Pour le modifier :
# cat /lib/systemd/system/thumbor.service
# systemctl daemon-reload
# systemctl start thumbor
~~~
# Configuration Apache
Fonctionne pour les URL *unsafe*, ici sur le port 8890 :
~~~
ProxyPreserveHost On
ProxyPass /unsafe http://127.0.0.1:8890/unsafe
ProxyPassReverse /unsafe http://127.0.0.1:8890/unsafe
<Proxy *>
Allow from All
</Proxy>
~~~