mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
be sync
This commit is contained in:
@@ -16,8 +16,8 @@ server {
|
||||
try_files $uri /index.php?$query_string;
|
||||
}
|
||||
|
||||
# Short slug redirect (12–16 hex chars)
|
||||
location ~ ^/[a-f0-9]{6,16}$ {
|
||||
# Short slug redirect (6–16 hex chars). Regex MUST be quoted — bare {6,16} breaks nginx -t.
|
||||
location ~ "^/[a-f0-9]{6,16}$" {
|
||||
try_files $uri /index.php?$query_string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user