mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
treewide: Fix incorrect string escapes
This commit is contained in:
parent
ccd60fa3b5
commit
603733851b
28 changed files with 44 additions and 44 deletions
|
@ -925,7 +925,7 @@ in
|
|||
};
|
||||
"~ ^/uploads/short-url/" = proxy { };
|
||||
"~ ^/secure-media-uploads/" = proxy { };
|
||||
"~* (fonts|assets|plugins|uploads)/.*\.(eot|ttf|woff|woff2|ico|otf)$".extraConfig =
|
||||
"~* (fonts|assets|plugins|uploads)/.*\\.(eot|ttf|woff|woff2|ico|otf)$".extraConfig =
|
||||
cache_1y
|
||||
+ ''
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue