From 208d515ad82d89f758924c2431f548e86a92932b Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Thu, 19 Jul 2018 15:51:34 +0200 Subject: [PATCH] Ajout conf apache --- HowtoThumbor.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HowtoThumbor.md b/HowtoThumbor.md index 5b2fa65c..da09893e 100644 --- a/HowtoThumbor.md +++ b/HowtoThumbor.md @@ -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 + + Allow from All + ~~~ \ No newline at end of file