mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
Revert "Apply workaround to SSL config for mod_gnutls"
Debian bug #514005 is resolved in mod_gnutls 0.7.4-1. This reverts commit cdda77b3b4c815b80603d1a69d793b5156c5672e.
This commit is contained in:
parent
bc2cba0cbf
commit
31c491ae46
@ -6,11 +6,10 @@
|
||||
##
|
||||
## Requires the following Apache modules to be enabled:
|
||||
## mod_rewrite
|
||||
## mod_gnutls
|
||||
## mod_ssl or mod_gnutls
|
||||
##
|
||||
<Location /plinth>
|
||||
RewriteEngine on
|
||||
# FIXME: Workaround for mod_gnutls (Debian Bug #514005)
|
||||
RewriteCond %{SERVER_PORT} !^443$
|
||||
ReWriteCond %{HTTPS} !=on
|
||||
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
||||
</Location>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user