wallix / PEPS

Innovative Open source Email + File sharing
GNU Affero General Public License v3.0
699 stars 109 forks source link

Deploy PEPS on subdomain #30

Open DevBayer opened 9 years ago

DevBayer commented 9 years ago

Hi,

My environment has the domain "domain.tld" and I deployed PEPS into that domain but I need only be accessible into subdomain.domain.tld, how I can configure the listening on subdomains?

hbbio commented 9 years ago

Thanks for suggesting the feature. We are adding it to the roadmap.

dizzi90 commented 8 years ago

@DevBayer I have this set up. Add subdomain.domain.tld to the dns, use nginx to filter the webmail requests to the PEPS server. Or am I misinterpreting the request?

sebastiancichos commented 8 years ago

@dizzi90 how to do this?

dizzi90 commented 8 years ago

@sebastiancichos I have the DNS point to the nginx server and for /mail it uses ProxyPass to the PEPS server.