Merge "Add 'PATCH' to request method in order to enable 'PATCH' method in Horizon"

This commit is contained in:
Zuul 2020-01-14 15:33:55 +00:00 committed by Gerrit Code Review
commit fa5016a243
1 changed files with 1 additions and 1 deletions

View File

@ -2642,7 +2642,7 @@ data:
WSGIScriptAlias / /var/www/cgi-bin/horizon/django.wsgi
WSGIPassAuthorization On
RewriteEngine on
RewriteCond %{REQUEST_METHOD} !^(POST|PUT|GET|DELETE)
RewriteCond %{REQUEST_METHOD} !^(POST|PUT|GET|DELETE|PATCH)
RewriteRule .* - [F]
<Location "/">