Caddy: различия между версиями

Перейти к навигации Перейти к поиску
нет описания правки
Нет описания правки
Нет описания правки
Строка 80: Строка 80:


  example.com {
  example.com {
    root * /var/www/html
    root * /var/www/html
    file_server {
    file_server {
        hide .git
        hide .git
    }
    }
  }
  }


Строка 93: Строка 93:
     root * /var/www/html
     root * /var/www/html
     file_server {
     file_server {
        hide {http.vars.root}/file
      hide {http.vars.root}/file
     }
     }
  }
  }
Строка 124: Строка 124:


  www.example.com {
  www.example.com {
    redir <nowiki>https://example.com{uri}</nowiki>
    redir <nowiki>https://example.com{uri}</nowiki>
  }
  }
   
   
Строка 133: Строка 133:


  www.example-one.com, www.example-two.com {
  www.example-one.com, www.example-two.com {
    redir <nowiki>https://{labels.1}.{labels.0}{uri}</nowiki>
    redir <nowiki>https://{labels.1}.{labels.0}{uri}</nowiki>
  }
  }
   
   
Строка 152: Строка 152:
       <pre>
       <pre>
example.com {
example.com {
  root /var/www
    root /var/www
  gzip
    gzip
  log /var/log/access.log
    log /var/log/access.log
}
}
</pre>
</pre>

Навигация