1

Topic: nginx ownlcoud?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====
Hello, first thanks for iredmail, great work.
I installed ownlcoud beside iredmail, but having troubles to configure nginx correct.
Has somebody an nginx conf from a working installation, I would really love to run it in a subdirectory of the iredmail machine.
Thanks.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: nginx ownlcoud?

Did you try ownCloud tutorial below?
https://doc.owncloud.org/server/8.0/adm … ation.html

3

Re: nginx ownlcoud?

Yes, the problem is the example is for the case owncloud installed in the webroot,
I should write an nginx conf for a sudirectory..
it should look like:
location ~ ^/owncloud(.*)\
....

Thank you