/
githubmirror
/
code-server
Обзор
Документация
Войти
/
githubmirror
/
code-server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ci/Caddyfile
15 строк
282 B
Joe Previte
feat(e2e): add support running behind proxy (#5348)
09 авг 2022, 21:24
Не верифицирован
09 авг 2022, 21:24
f178f04
Код
Авторство
О чём код?
{ admin localhost:4444 } :8000 { @portLocalhost path_regexp port ^/([0-9]+)\/ide handle @portLocalhost { uri strip_prefix {re.port.1}/ide reverse_proxy localhost:{re.port.1} } handle { respond "Bad hostname" 400 } }