Yo, I've implemented the OC setup as described on the first page. I can confirm that it sync at least 20x faster than the default plugin setup! And that 20x is the limit of my uploading client, so it may be much faster. Many thanks again to Joshua for pointing me here from another post.
I also setup SSL as described on page 2.
I have two things I'd like to resolve:
-have
https://OCjailip/ take me directly to the login page, as I have to put /owncloud now
-fix the rediculously slow loading of the
https://publicIP:specialport/owncloud on the outside
The redirect question is pretty clear based on the bullet point above.
The slow loading is this: Internally (behind my Cisco ASA firewall),
https://interalIP/owncloud loads immediately. Well, to make things slightly more secure, I have a NAT rule on my fw that takes a non standard port (port 44784) and maps that to the internal IP/port of my owncloud jail (which is https standard port 443).
Well, when I first put in
https://publicIP:44784/owncloud, it takes about 20 seconds, and then says the connection has timed out. It also bumps out the :44784 port in the address bar. If I simply put the :44784 back in the address bar so it looks like
https://publicIP:44784/owncloud again, then it loads immediately.
I'm assuming this can be fixed by changing a few things in nginx.conf and OC's config.php.
Any help is much appreciated.