Corrected ports for repo caddy config

This commit is contained in:
2025-01-30 10:58:59 +00:00
parent 517e1f1d75
commit b2810ccc52

View File

@@ -27,7 +27,7 @@
request_body {
max_size 100MB
}
reverse_proxy repo-web-ui:33385 {
reverse_proxy repo-web-ui:5000 {
import repo_common_proxy
}
}
@@ -37,7 +37,7 @@
request_body {
max_size 100MB
}
reverse_proxy repo-web-api:33387 {
reverse_proxy repo-web-api:5000 {
import repo_common_proxy
}
}
@@ -48,7 +48,7 @@
max_size 250GB
}
encode gzip
reverse_proxy repo-web-api:33387 {
reverse_proxy repo-web-api:5000 {
import repo_common_proxy
}
}