distributing better

This commit is contained in:
2026-02-24 14:39:01 -07:00
parent 58ee1db696
commit 2e68736194
2 changed files with 9 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ server {
proxy_read_timeout 60s;
}
location /api {
location /api {
proxy_pass http://phoenix_backend;
proxy_http_version 1.1;
proxy_set_header Host $host;