mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Make SplatNet asset directory browsable
This commit is contained in:
parent
a8007a6f78
commit
ec2e450c25
|
|
@ -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 *;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user