diff --git a/skeleton/public/.htaccess b/skeleton/public/.htaccess index ff69dbe..83b5381 100644 --- a/skeleton/public/.htaccess +++ b/skeleton/public/.htaccess @@ -6,6 +6,10 @@ # RewriteCond %{HTTPS} off # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # Reverse Proxy ; Force HTTPS (disabled by default) + # RewriteCond %{HTTP:X-Forwarded-SSL} off + # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # Remove trailing slashes from request URL #RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_URI} (.+)/$ diff --git a/view/lean/layout/docs.phtml b/view/lean/layout/docs.phtml index 16ddd25..58d8865 100644 --- a/view/lean/layout/docs.phtml +++ b/view/lean/layout/docs.phtml @@ -24,6 +24,7 @@ li.odd-even{border-top:1px solid #ccc;margin:10px 0;padding:15px 15px 10px 5px} li.odd-even:first-child{border:0} input, button {padding:5px; font-size:1em;margin-top:10px} + ul ul {margin: 0;border: 0;padding: 5px 30px;} {% endsection %}