From ebb34ca32be4007bb17ad32ae68c5f43b228371d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 6 Jun 2024 17:46:15 +0100 Subject: change nginx for new path --- nginx-conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx-conf') diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index 0156c52..ff22800 100644 --- a/nginx-conf/nginx.conf +++ b/nginx-conf/nginx.conf @@ -20,7 +20,7 @@ http { } location /static/ { - alias /data/static/; + alias /usr/share/nginx/html/static; } } -- cgit v1.2.3