From d3b8da6394dd0f78480c38d1b02e693c32fd4952 Mon Sep 17 00:00:00 2001 From: nemsia Date: Sun, 21 May 2017 23:19:09 +0200 Subject: [PATCH] [fix] root on nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2432d51..85f883c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ client_max_body_size 100M; # add to v1.4 assets -root /home/mastodon/live/public; +root /opt/mastodon/live/public; location / {