Manages locations before "/"

This commit is contained in:
Emilien Mantel
2019-02-20 15:13:25 +01:00
parent 7959182bf8
commit 1437619475
3 changed files with 35 additions and 20 deletions

View File

@@ -164,9 +164,10 @@
- 'deny all;'
- name: 'test-htpasswd.local'
template: '_base'
location:
location_before:
'/hello':
- htpasswd: 'hello'
location:
'/public':
- htpasswd: false
use_error_log: true
@@ -175,20 +176,22 @@
htpasswd: 'hello'
- name: 'test-location.local'
template: '_base'
location_before:
'/b':
- 'alias /var/tmp;'
'/c':
- 'alias /var/tmp;'
location:
'/':
- 'alias /var/tmp;'
'/a':
- 'alias /var/tmp;'
'/b':
- 'alias /var/tmp;'
'/c':
- 'alias /var/tmp;'
location_order_before:
- '/b'
- '/c'
location_order:
- '/'
- '/a'
- '/b'
- '/c'
- name: 'test-php.local'
php_version: "{{ nginx_php.1.version if nginx_php.1 is defined else nginx_php.0.version }}"
upstream_params: