feat(caddy): added additional entrypoint for backend

This commit is contained in:
ITQ
2025-07-26 03:32:24 +03:00
parent 9868f5f54a
commit d6b9914c99
+4
View File
@@ -26,6 +26,10 @@ adnova.itqdev.xyz {
reverse_proxy http://backend:8080 reverse_proxy http://backend:8080
} }
:8080 {
reverse_proxy http://backend:8080
}
admin.adnova.itqdev.xyz { admin.adnova.itqdev.xyz {
import basic-auth import basic-auth