View | Details | Raw Unified | Return to bug 15303
Collapse All | Expand All

(-)a/debian/docs/koha-create.xml (-1 / +1 lines)
Lines 180-186 Link Here
180
    <varlistentry>
180
    <varlistentry>
181
      <term><option>--letsencrypt</option></term>
181
      <term><option>--letsencrypt</option></term>
182
      <listitem>
182
      <listitem>
183
        <para>Set up a https-only website with letsencrypt cerificates</para>
183
        <para>Set up a https-only website with letsencrypt certificates</para>
184
      </listitem>
184
      </listitem>
185
    </varlistentry>
185
    </varlistentry>
186
186
(-)a/debian/templates/apache-site-https.conf.in (-4 / +5 lines)
Lines 2-10 Link Here
2
2
3
# redirect http to https
3
# redirect http to https
4
#<VirtualHost *:80> #nohttps
4
#<VirtualHost *:80> #nohttps
5
#  RewriteEngine On #nohttps
5
#   ServerName __OPACSERVER__ #nohttps
6
#  RewriteCond %{HTTPS} !=on #nohttps
6
#   ServerAlias __INTRASERVER__ #nohttps
7
#  RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] #nohttps
7
#   RewriteEngine On #nohttps
8
#   RewriteCond %{HTTPS} !=on #nohttps
9
#   RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] #nohttps
8
#</VirtualHost> #nohttps
10
#</VirtualHost> #nohttps
9
11
10
# OPAC
12
# OPAC
11
- 

Return to bug 15303