- Minors addition / bugfixes

This commit is contained in:
Dave Mc Nicoll 2024-06-04 19:44:20 +00:00
parent 8190d3483b
commit 63fde92b68
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,10 @@
# RewriteCond %{HTTPS} off # RewriteCond %{HTTPS} off
# RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # 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 # Remove trailing slashes from request URL
#RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} (.+)/$ #RewriteCond %{REQUEST_URI} (.+)/$

View File

@ -24,6 +24,7 @@
li.odd-even{border-top:1px solid #ccc;margin:10px 0;padding:15px 15px 10px 5px} li.odd-even{border-top:1px solid #ccc;margin:10px 0;padding:15px 15px 10px 5px}
li.odd-even:first-child{border:0} li.odd-even:first-child{border:0}
input, button {padding:5px; font-size:1em;margin-top:10px} input, button {padding:5px; font-size:1em;margin-top:10px}
ul ul {margin: 0;border: 0;padding: 5px 30px;}
</style> </style>
</head> </head>
{% endsection %} {% endsection %}