matrix-docker-ansible-deploy/roles/matrix-nginx-proxy
Slavi Pantaleev ef07aa8e5d Prevent certain nginx location blocks from being ignored
The regex introduced in 63a49bb2dc seems to take precedence
over the bare location blocks, causing a regression.

> It is important to understand that, by default, Nginx will serve regular expression matches in preference to prefix matches.
> However, it evaluates prefix locations first, allowing for the administer to override this tendency by specifying locations using the = and ^~ modifiers.

Source: https://www.digitalocean.com/community/tutorials/understanding-nginx-server-and-location-block-selection-algorithms
2020-10-28 09:38:04 +02:00
..
defaults Do not expose /_synapse/admin publicly by default 2020-10-26 10:36:38 +02:00
tasks Stop using Ansible's cron module 2020-09-06 10:49:19 +03:00
templates Prevent certain nginx location blocks from being ignored 2020-10-28 09:38:04 +02:00
vars Make matrix-nginx-proxy role independent of others 2019-01-17 13:32:46 +02:00