diff --git a/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console b/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console index c5906cf..c167309 100644 --- a/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console +++ b/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console @@ -10,6 +10,7 @@ print 'ProxyPass /umcp/ http://%s:%s/ retry=0' % (interface, port) print 'ProxyPassReverse /umcp/ http://%s:%s/' % (interface, port) print 'ProxyTimeout %s' % int(configRegistry.get('umc/http/session/timeout', '300')) @!@ + RequestHeader set X-Forwarded-Proto %{HTTPS}s RedirectMatch ^/umc(/$|$) /univention-management-console/ @@ -39,6 +40,7 @@ RewriteRule ^(/univention-management-console/js)_[^/]*/(.*) $1/$2 [R=301] # fix for bug in cherrypy returnin 408/409 errors out of the blue: # http://cherrypy.org/ticket/853 SetEnv proxy-nokeepalive 1 +