Author: tchemit Date: 2014-02-06 16:52:45 +0100 (Thu, 06 Feb 2014) New Revision: 24 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/24 Log: fix ci Modified: forge-tools/sys/chorem.org/apache.conf Modified: forge-tools/sys/chorem.org/apache.conf =================================================================== --- forge-tools/sys/chorem.org/apache.conf 2014-02-06 15:03:09 UTC (rev 23) +++ forge-tools/sys/chorem.org/apache.conf 2014-02-06 15:52:45 UTC (rev 24) @@ -17,8 +17,8 @@ # on remet le nom de machine dans le path http://a.b.c/ -> http://a.b.c/a/ RewriteRule ^(ci-ng)\.([^/]+)/$ http://$1.$2/jenkins/ [R,L] - ProxyPass / ajp://localhost:18092/jenkins - ProxyPassReverse / ajp://localhost:18092/jenkins + ProxyPass / ajp://localhost:18092/ + ProxyPassReverse / ajp://localhost:18092/ <Proxy *> Order deny,allow