Revert to 99c9c693

This reverts commit f44e67a07d.

Revert "Test of monolithic caddyfile"

This reverts commit a33e329cbd.

Revert "Added quick log fetch command to justfile"

This reverts commit 24e6305d73d729701501185cba7c96e08b21e727.

Revert "Caddy config tweak for sockets and uwsgi protocol"

This reverts commit 1e4b5bfe8d.
This commit is contained in:
2025-01-30 17:18:52 +00:00
parent f44e67a07d
commit edafdda165
2 changed files with 4 additions and 78 deletions

View File

@@ -27,8 +27,7 @@
request_body {
max_size 100MB
}
reverse_proxy / repo-web-ui:5000 {
transport uwsgi
reverse_proxy repo-web-ui:5000 {
import repo_common_proxy
}
}
@@ -38,8 +37,7 @@
request_body {
max_size 100MB
}
reverse_proxy / repo-web-api:5000 {
transport uwsgi
reverse_proxy repo-web-api:5000 {
import repo_common_proxy
}
}
@@ -50,8 +48,7 @@
max_size 250GB
}
encode gzip
reverse_proxy / repo-web-api:5000 {
transport uwsgi
reverse_proxy repo-web-api:5000 {
import repo_common_proxy
}
}