From c5c5a3ac0fef11f5c5cf91a15c33fa3841873e6c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 6 Jun 2024 18:25:12 +0100 Subject: Move to whitenoise for static files. Accompanying files in manifests adapted too so we don't use persistent volume claims. --- nginx-conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nginx-conf') diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index ff22800..c899096 100644 --- a/nginx-conf/nginx.conf +++ b/nginx-conf/nginx.conf @@ -18,10 +18,5 @@ http { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } - - location /static/ { - alias /usr/share/nginx/html/static; - } - } } -- cgit v1.2.3