fixed nginx

This commit is contained in:
2026-08-17 09:33:11 +08:00
parent 47ca72a62a
commit c50c82a90f

View File

@@ -23,7 +23,7 @@ server {
proxy_send_timeout 7200s;
}
location ~ ^/api/v1/videos/[0-9a-fA-F]{64}/content$ {
location ~ "^/api/v1/videos/[0-9a-fA-F]{64}/content$" {
proxy_pass http://127.0.0.1:8000;
proxy_http_version 1.1;
proxy_set_header Host $host;