diff --git a/mastodon.conf b/mastodon.conf index fbf0658..02385d5 100644 --- a/mastodon.conf +++ b/mastodon.conf @@ -4,7 +4,7 @@ map $http_upgrade $connection_upgrade { } upstream web { - server unix:/run/mastodon/mastodon-web.sock fail_timeout=0; + server unix:/run/mastodon-web/mastodon-web.sock fail_timeout=0; } upstream streaming { @@ -12,7 +12,7 @@ upstream streaming { # to ensure load is distributed evenly. least_conn; - server unix:/run/mastodon/mastodon-streaming.sock fail_timeout=0; + server unix:/run/mastodon-streaming/mastodon-streaming.sock fail_timeout=0; # Uncomment these lines for load-balancing multiple instances of streaming for scaling, # this assumes your running the streaming server on ports 4000, 4001, and 4002: # server 127.0.0.1:4001 fail_timeout=0;