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:
James Valleroy 2016-05-04 21:34:15 -04:00 committed by Sunil Mohan Adapa
parent bc2cba0cbf
commit 31c491ae46
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971

View File

@ -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>