From ca3130785f59db6491e86b548251134878a525e6 Mon Sep 17 00:00:00 2001 From: Markus Ostermayer Date: Sun, 11 Feb 2024 02:28:43 +0100 Subject: [PATCH] added MEDIA_ROOT --- conf/web/prod_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/web/prod_settings.py b/conf/web/prod_settings.py index 4da8d68..1b84d2c 100644 --- a/conf/web/prod_settings.py +++ b/conf/web/prod_settings.py @@ -65,7 +65,7 @@ # Filesystem path where user-uploaded files are stored # This directory must be served by the web server under the path defined by MEDIA_URL in 'base_settings.py' # ("/uploads" by default) -MEDIA_ROOT = '' +MEDIA_ROOT = '/var/www/gameserver_uploads' # Base filesystem path where files for per-team downloads are stored, optional without per-team downloads # A hierarchy with a directory per team (called by net number) is expected below this path