From 0aede73f39cc20bd1932c6c9894dfb7f4b93d678 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 31 Jul 2023 10:43:21 -0700 Subject: [PATCH] Hostnames are mastodon-(web|streaming) --- mastodon-container.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index 4136c64..11253d4 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -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;