[Owncloud] nginx configuration

2012-11-28 Thread Diederik de Haas
Hi, I want to make owncloud run under nginx (with php-fpm) and to test things out I've created a vm (hostname=ocdeb-mysql-nginx) and installed the required software and placed owncloud's files under /usr/share/owncloud/. I've created /etc/nginx/conf.d/owncloud.conf with the contents pasted below

[Owncloud] Nginx configuration

2013-02-20 Thread Boulet
Hi everyone, I want to test OC 5 with nginx but I have some mistakes with the rewrite rules. Is anyone using nginx could share his nginx config ? Thanks a lot, Boulet, A junior developer. ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/

Re: [Owncloud] nginx configuration

2012-11-28 Thread Michael Grosser
Just went over the mail and I would say it could work when using root /usr/share instead of /usr/share/owncloud Just an idea, hadn't had a lot of time. Cheers Michael On Wed, Nov 28, 2012 at 6:45 PM, Diederik de Haas wrote: > Hi, > > I want to make owncloud run under nginx (with php-fpm) and to

Re: [Owncloud] nginx configuration

2012-11-28 Thread Diederik de Haas
On Wednesday 28 November 2012 19:18:14 Michael Grosser wrote: > Just went over the mail and I would say it could work when using root > /usr/share instead of /usr/share/owncloud It indeed works (lol)! But it makes more (sub-) directories under /usr/share/ available through nginx and I only want t

Re: [Owncloud] nginx configuration

2012-11-28 Thread Michael Grosser
another thing I could think of is using location /owncloud instead of location / so you keep the owncloud directory root, but tell nginx the location in the url should be /owncloud hope that works too. On Wed, Nov 28, 2012 at 11:16 PM, Diederik de Haas wrote: > On Wednesday 28 November 2012 19

Re: [Owncloud] Nginx configuration

2013-02-20 Thread Victor Dubiniuk
Hi, Basic Nginx config is here [1]. I'm using the following config with 4.5 [2]. I haven't set up 5.0 on this host yet but as I see there are some updates for it [3]. [1] http://doc.owncloud.org/server/5.0/admin_manual/installation/installation_others.html [2] https://github.com/owncloud/document

Re: [Owncloud] Nginx configuration

2013-02-21 Thread Ed W
I disagree with the current nginx config... Near as I can see it's got gaping security holes and duplicated code I have posted my current best suggestion on issue 56 below, but I'm really not happy with it (and it doesn't include the neat suggestions for HTTP auth from another user) Bigger i

Re: [Owncloud] Nginx configuration

2013-02-21 Thread Ed W
Oh, you will want bang up to date nginx to avoid problems with OSX and DAV file sharing. Only very recent nginx has support for chunked POSTs. Ed W On 21/02/2013 14:13, Ed W wrote: I disagree with the current nginx config... Near as I can see it's got gaping security holes and duplicated cod

Re: [Owncloud] Nginx configuration

2013-02-24 Thread Ed W
On 21/02/2013 06:07, Victor Dubiniuk wrote: Hi, Basic Nginx config is here [1]. I'm using the following config with 4.5 [2]. I haven't set up 5.0 on this host yet but as I see there are some updates for it [3]. [1] http://doc.owncloud.org/server/5.0/admin_manual/installation/installation_oth