diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-09-09 23:58:12 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-09-09 23:58:12 +0000 |
commit | b373d2d5976bdd9ed56f877456711acd6093594d (patch) | |
tree | 20259f8dbc71701f121bec2f7c020bcbbd5cceee | |
parent | 0947c8fb9c7d123da33e03bf078dd04219c0d6e5 (diff) | |
download | ansible-b373d2d5976bdd9ed56f877456711acd6093594d.tar.gz ansible-b373d2d5976bdd9ed56f877456711acd6093594d.tar.xz ansible-b373d2d5976bdd9ed56f877456711acd6093594d.zip |
Revert "Do not httpd-redirect for acme challenges" Not yet +2 FBR
This reverts commit fd0a29275ad4f37f42f6383e14a298adf1db0978.
-rw-r--r-- | roles/httpd/website/templates/website.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index 804942a55..8eed64873 100644 --- a/roles/httpd/website/templates/website.conf +++ b/roles/httpd/website/templates/website.conf @@ -17,7 +17,6 @@ {% if sslonly %} RewriteEngine On RewriteCond %{HTTPS} off - RewriteCond %{REQUEST_URI} !/.well-known/acme-challenge/.* RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE] {% else %} Include "conf.d/{{ name }}/*.conf" |