Skip to content
Snippets Groups Projects
Commit ff234582 authored by Marek Jaroš's avatar Marek Jaroš :metal:
Browse files

Merge branch '5-avoid-https-redirect-for-server-status-endpoint' into 'master'

Resolve "Avoid HTTPS redirect for server-status endpoint"

Closes #5

See merge request !8
parents b8f44c94 62c1b5f6
No related branches found
No related tags found
2 merge requests!9Bug-fix release 20180422.a-2.1-3,!8Resolve "Avoid HTTPS redirect for server-status endpoint"
Pipeline #149766 passed
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
DocumentRoot /var/www DocumentRoot /var/www
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_URI} !\.well-known/acme-challenge RewriteCond %{REQUEST_URI} !(\.well-known/acme-challenge|server-status)
RewriteRule ^/?(.*) https://%{HTTP_HOST}/$1 [L] RewriteRule ^/?(.*) https://%{HTTP_HOST}/$1 [L]
</VirtualHost> </VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment