質問編集履歴
1
修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
```ここに言語を入力
|
|
11
11
|
**RewriteEngine on
|
|
12
|
-
RewriteCond %{
|
|
12
|
+
RewriteCond %{HTTPS} off
|
|
13
13
|
RewriteCond %{REQUEST_URI} ^/.well-known/acme-challenge/*
|
|
14
|
-
RewriteRule ^(.*)$ https://%{
|
|
14
|
+
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]**
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
証明書の自動更新のため、
|