From 9f8dcc276b746ba3d3d9365541d88f5423430a3d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 6 Jun 2024 10:30:43 +0100 Subject: Configures static for the new volume --- nginx-conf/nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nginx-conf') diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index c899096..0156c52 100644 --- a/nginx-conf/nginx.conf +++ b/nginx-conf/nginx.conf @@ -18,5 +18,10 @@ http { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } + + location /static/ { + alias /data/static/; + } + } } -- cgit v1.2.3