ksylvan / docker-mail-server

Ansible playbooks to deploy a full featured mail server stack using Docker.
50 stars 11 forks source link

Small fix for URIs that are not / terminated #2

Closed kambiz-aghaiepour closed 6 years ago

kambiz-aghaiepour commented 6 years ago

In the case the user asks for a URI that omits a trailing / character, AND the URI does NOT include any "." character, a redirect is sent properly to avoid exposing the backend container nginx port.

ksylvan commented 6 years ago

Looks good. Thanks!