diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-06 18:25:12 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-06 18:25:12 +0100 |
commit | c5c5a3ac0fef11f5c5cf91a15c33fa3841873e6c (patch) | |
tree | 5572889ea833b01d3cee1217057056e57b85f70f /nginx-conf | |
parent | ebb34ca32be4007bb17ad32ae68c5f43b228371d (diff) |
Move to whitenoise for static files.
Accompanying files in manifests adapted too so we don't use persistent
volume claims.
Diffstat (limited to 'nginx-conf')
-rw-r--r-- | nginx-conf/nginx.conf | 5 |
1 files changed, 0 insertions, 5 deletions
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; - } - } } |