Difference between revisions of "Using Owncloud with an SSL proxy"

From froelix.com - Wiki
Jump to: navigation, search
 
Line 1: Line 1:
See merge request at Gitorious: [http://gitorious.org/owncloud/owncloud/merge_requests/74 Merge request #74]
+
'''ownCloud 3'''
 +
* See merge request at Gitorious: [http://gitorious.org/owncloud/owncloud/merge_requests/74 Merge request #74]
  
For ownCloud 4.5, see: [http://forum.owncloud.org/viewtopic.php?f=3&t=3841 SSL-PROXY SUPPORT Hosteurope Provider with OC 4.5.0/1]
+
'''ownCloud 4.5'''
 +
* See [http://forum.owncloud.org/viewtopic.php?f=3&t=3841 SSL-PROXY SUPPORT Hosteurope Provider with OC 4.5.0/1]
 +
 
 +
'''ownCloud 5.x'''
 +
* Add the following lines to the file ''config/config.php''
 +
'overwritehost' => 'my-used-ssl-proxy.com',
 +
'overwritewebroot' => '/my-domain.de/path/to/owncloud',

Latest revision as of 09:46, 14 June 2013

ownCloud 3

ownCloud 4.5

ownCloud 5.x

  • Add the following lines to the file config/config.php
'overwritehost' => 'my-used-ssl-proxy.com',
'overwritewebroot' => '/my-domain.de/path/to/owncloud',