Добавить редиректы для пути /pve на домене ada-dev.ru
All checks were successful
Deploy Caddy / deploy (push) Successful in 7s

This commit is contained in:
Dmitry
2025-12-03 12:33:27 +03:00
parent c059003705
commit c066c04c8b
2 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ http://pve.ada-dev.ru {
redir https://pve.ada-dev.ru{uri}
}
pve.ada-dev.ru {
import mtls_protect

View File

@@ -5,3 +5,11 @@ http://ada-dev.ru {
https://ada-dev.ru {
redir https://dg.ada-dev.ru{uri}
}
http://ada-dev.ru/pve {
redir https://pve.ada-dev.ru{uri}
}
https://ada-dev.ru/pve {
redir https://pve.ada-dev.ru{uri}
}