From b87c73e209e85e5300f4be9ee3cb62e76416af5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vachon?= Date: Mon, 20 Apr 2015 15:37:44 -0400 Subject: [PATCH] Change backend route to /surveil/ and bansho to / --- container/000-default.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/container/000-default.conf b/container/000-default.conf index 584e32a..8a5c53a 100644 --- a/container/000-default.conf +++ b/container/000-default.conf @@ -7,10 +7,10 @@ # ProxyPass / http://[IP Addr.]:[port]/ # ProxyPassReverse / http://[IP Addr.]:[port]/ # Example: - ProxyPass /app http://localhost:8000/app - ProxyPassReverse /app http://localhost:8000/app + ProxyPass / http://localhost:8000/app/ + ProxyPassReverse / http://localhost:8000/app/ - ProxyPass / http://surveil:8080/ - ProxyPassReverse / http://surveil:8080/ + ProxyPass /surveil http://surveil:8080/ + ProxyPassReverse /surveil http://surveil:8080/