From: Markus Baumann Date: Wed, 1 Aug 2018 09:13:02 +0000 (+0200) Subject: DWWS-0 Exclude http request method "options" from basic auth X-Git-Tag: v0.1.0~458^2^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=bcf4b35bfc6544c44211ba4987bce9a608d6864c;p=pixelpark%2Fhiera.git DWWS-0 Exclude http request method "options" from basic auth --- diff --git a/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml index 9f261969..d561ff66 100644 --- a/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -132,6 +132,8 @@ infra::profile::apache::pp_vhosts: - location1: provider: location path: '/' + limit: + - { methods: 'OPTIONS', require: 'all granted' } auth_type: Basic auth_name: server auth_user_file: '/etc/httpd/.htpasswd'