ksylvan / docker-mail-server

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

Update some tags. Fix the "contact" POST URL. #4

Closed ksylvan closed 6 years ago

ksylvan commented 6 years ago

Fix for https://github.com/ksylvan/docker-mail-server/issues/3

ksylvan commented 6 years ago

Changing the POST to /contact/ means it won't be matched by the following location in the nginx config:

location ~ ^[^.]*[^/]$ {
  try_files $uri @rewrite;
}