ソースを参照

no slash additional / in redirects

master
コミット
527bd42b27
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      templates/default-vhost.j2

+ 1
- 1
templates/default-vhost.j2 ファイルの表示

@@ -27,7 +27,7 @@
# redirect to https if file could not be found in /var/www/default/
RewriteEngine On
RewriteRule ^\/\.well-known\/acme-challenge\/ - [L]
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L]

</VirtualHost>



読み込み中…
キャンセル
保存