Joshua Tauberer
|
6bb8f5d889
|
ownCloud 8 busted MOD_X_ACCEL_REDIRECT_ENABLED
see https://github.com/owncloud/core/issues/14976
We will need to update when ownCloud makes this better with MOD_X_ACCEL_REDIRECT_PREFIX.
See https://discourse.mailinabox.email/t/owncloud-can-not-read-uploaded-data/428.
|
2015-04-20 22:18:45 +00:00 |
Joshua Tauberer
|
20c5471a89
|
expose the ownCloud API, fixes #240, fixes #242
|
2014-10-28 12:05:07 +00:00 |
Joshua Tauberer
|
d9ecc50119
|
since the management server binds to 127.0.0.1, must use that and not 'localhost' to connect to it because 'localhost' resolves to the IPv6 ::1 when it is available, see #224
|
2014-10-05 09:01:26 -04:00 |
Joshua Tauberer
|
f77f1e656c
|
split CardDAV instrctions into a new page and add CalDAV instructions; create nice redirects at /cloud/calendar and /cloud/contacts
|
2014-09-03 10:51:19 +00:00 |
Joshua Tauberer
|
aa3bc3225e
|
expose the control panel only on PRIMARY_HOSTNAME since /admin might conflict with other stuff hosted on other domains
|
2014-08-27 02:38:43 +00:00 |
Joshua Tauberer
|
6e380ade17
|
owncloud will only let users access it from the PRIMARY_HOSTNAME (due to its trusted_domains option being set statically), so only include /cloud in the nginx configuration for PRIMARY_HOSTNAME
|
2014-08-16 12:33:10 +00:00 |