Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

8 satır
187 B

  1. :80 {
  2. # Redirect ACME-Challenge traffic to port 2402
  3. proxy /.well-known/acme-challenge http://127.0.0.1:2402
  4. # Redirect all other traffic to HTTPS
  5. redir / https://{host}{uri} 301
  6. }