Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

8 rader
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. }