WIP Working on player
This commit is contained in:
@@ -62,6 +62,11 @@ server {
|
||||
proxy_send_timeout 60s;
|
||||
}
|
||||
|
||||
# Serve manifest.json directly
|
||||
location = /manifest.json {
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
# SPA routing — all other paths fall back to index.html
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
||||
Reference in New Issue
Block a user