diff --git a/nginx.conf b/nginx.conf index f0be735..1071995 100644 --- a/nginx.conf +++ b/nginx.conf @@ -75,9 +75,9 @@ http{ } - # location /media { - # root /opt/seafile/seafile-server-latest/seahub; - # } + location /media { + root /opt/seafile/seafile-server-latest/seahub; + } } }