mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Caddy config tweak for sockets and uwsgi protocol
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
request_body {
|
||||
max_size 100MB
|
||||
}
|
||||
reverse_proxy repo-web-ui:5000 {
|
||||
reverse_proxy / repo-web-ui:5000 {
|
||||
transport uwsgi
|
||||
import repo_common_proxy
|
||||
}
|
||||
}
|
||||
@@ -37,7 +38,8 @@
|
||||
request_body {
|
||||
max_size 100MB
|
||||
}
|
||||
reverse_proxy repo-web-api:5000 {
|
||||
reverse_proxy / repo-web-api:5000 {
|
||||
transport uwsgi
|
||||
import repo_common_proxy
|
||||
}
|
||||
}
|
||||
@@ -48,7 +50,8 @@
|
||||
max_size 250GB
|
||||
}
|
||||
encode gzip
|
||||
reverse_proxy repo-web-api:5000 {
|
||||
reverse_proxy / repo-web-api:5000 {
|
||||
transport uwsgi
|
||||
import repo_common_proxy
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user