diff --git a/frontend/nginx-config b/frontend/nginx-config index abfe8cd..cf1eaa2 100644 --- a/frontend/nginx-config +++ b/frontend/nginx-config @@ -19,7 +19,7 @@ server { proxy_set_header Connection "upgrade"; proxy_http_version 1.1; } - location ~ (/api/|/auth/|/docs/|/assets/) { + location ~ (/api/|/auth/|/docs/) { proxy_pass http://api; include mime.types;