Fix more params and add upstream params

This commit is contained in:
Emilien Mantel
2015-09-21 11:47:49 +02:00
parent e4580676ce
commit 95e2cb5f12
4 changed files with 10 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
- 'test2-alias.local'
template: '_base'
more:
- 'etag off;'
- 'autoindex off;'
location:
'/test':
- 'return 403;'
@@ -23,6 +23,8 @@
- 'return 404;'
- name:
- 'test-php.local'
upstream_params:
- 'fastcgi_param FOO bar;'
redirect_from:
- 'www.test-php.local'
template: '_php'