From: sascha.strassheim Date: Thu, 24 May 2018 09:53:32 +0000 (+0200) Subject: deuwo test limit_except in api vhost array v1 X-Git-Tag: v0.1.0~948 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=c51fddfc2a58cbb86f2f0aecf6a9466817af1585;p=pixelpark%2Fhiera.git deuwo test limit_except in api vhost array v1 --- 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: '/'