Make SplatNet asset directory browsable

This commit is contained in:
Matt Isenhower 2023-05-21 15:58:14 -07:00
parent a8007a6f78
commit ec2e450c25

View File

@ -19,6 +19,10 @@ server {
autoindex on;
}
location /assets/splatnet/ {
autoindex on;
}
location /status-screenshots/ {
add_header Cache-Control no-cache;
add_header Access-Control-Allow-Origin *;