From 80e85829d055be8aa46b737ded2c930320b52bb7 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 24 May 2018 12:04:34 +0200 Subject: [PATCH] deuwo test limit_except in api vhost array v5 --- .../test-web01-deutsche-wohnen-com.pixelpark.net.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml index 5e31f348..0afd7bb9 100644 --- a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -213,12 +213,11 @@ infra::profile::apache::pp_vhosts: provider: location path: '/' limit_except: - - { methods: 'OPTIONS', auth_type: 'Basic', auth_name: 'server', auth_user_file: '/etc/httpd/.htpasswd', auth_require: 'valid-user' } - - # auth_type: Basic - # auth_name: server - # auth_user_file: '/etc/httpd/.htpasswd' - # auth_require: 'valid-user' + - { methods: 'OPTIONS', auth_require: 'valid-user' } + auth_type: Basic + auth_name: server + auth_user_file: '/etc/httpd/.htpasswd' + auth_require: 'valid-user' # provider: location # path: '/' -- 2.39.5