From 1b919a5c10b02204cb48797305740721c2cef956 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Thu, 4 Oct 2018 16:31:17 +0200 Subject: [PATCH] serve static --- nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; + } } }