Email or username:

Password:

Forgot your password?
Dr. Mues Lee

А есть инструкция, как на одном сервере два инстанца мастодона поставить? Что-то у меня конфигурация nginx не складывается. Ругается на апстрим бэкэнд какой-то. Два виртуальных сервера, в первом принимает, во втором ругается.

#mastodon

@Gargron @rf

No comments
Eugen Rochko

@drsebro @rf Different nginx config files all live in the same space so what you need is to ensure that stuff outside of the server {} block is only present once globally (e.g. map and proxy_cache_path). Then for the upstream {} blocks, you gotta name them different things, like upstream backend_foo {} and upstream backend_bar {} etc.

Go Up