From 5289b998a13d5ceebf5925f769801c7a0cdb17e2 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:59:08 -0400 Subject: [PATCH] Revert "fix: Fix root location for media files" This reverts commit 5558403920ea9feff84f6046a71d64959a9db123. --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index 767e418..d4f4a75 100644 --- a/default.conf +++ b/default.conf @@ -7,7 +7,7 @@ server { #access_log /var/log/nginx/host.access.log main; location /media/ { - root /data/media; + root /data; } location / {