Matrix Docker Ansible eploy
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- :80 {
- # Redirect ACME-Challenge traffic to port 2402
- proxy /.well-known/acme-challenge http://127.0.0.1:2402
-
- # Redirect all other traffic to HTTPS
- redir / https://{host}{uri} 301
- }
|