Hostnames are mastodon-(web|streaming)

This commit is contained in:
niten 2023-07-31 10:43:21 -07:00
parent e14e931f0e
commit 0aede73f39
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ let
http {
upstream backend {
server web:3000 fail_timeout=0;
server mastodon-web:3000 fail_timeout=0;
}
upstream streaming {
server streaming:4000 fail_timeout=0;
server mastodon-streaming:4000 fail_timeout=0;
}
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=CACHE:10m inactive=7d max_size=1g;