From c51fddfc2a58cbb86f2f0aecf6a9466817af1585 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 24 May 2018 11:53:32 +0200 Subject: [PATCH] deuwo test limit_except in api vhost array v1 --- ...est-web01-deutsche-wohnen-com.pixelpark.net.yaml | 13 +++++++------ 1 file changed, 7 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 48df2661..ee6a226b 100644 --- a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -211,13 +211,14 @@ infra::profile::apache::pp_vhosts: directoryindex: index.php index.html - location1: provider: location - limit_except: - - {methods: 'GET HEAD', require: 'valid-user'} path: '/' - auth_type: Basic - auth_name: server - auth_user_file: '/etc/httpd/.htpasswd' - auth_require: 'valid-user' + 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' # provider: location # path: '/' -- 2.39.5