%25D0%25A1
должно быть %D0%A1
.location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|woff|woff2)$ {
if ($request_uri ~ "^[^?]+%25") {
return 301 $uri;
}
expires 6M;
access_log off;
log_not_found off;
add_header Cache-Control "public";
}
location ~ \.(?:css|js|jpe?g|gif|png)$ {
}
rewrite ^ /index.html break;
использоватьtry_files $uri $uri/ /index.html;
href="file.css"
href="/file.css"
Или какой-нибудь онлайн инструмент, например, https://bertal.ru/
Должна быть строка
Server: Nginx
Или
Server: Apache