1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00
diaspora_ynh/conf/nginx_upstream.conf

6 lines
59 B
Text
Raw Normal View History

upstream diaspora_server {
server 127.0.0.1:3986;
}