hmm... How do I get unsubscribed from launchpad bugs without having to
figure out the new(est) login gateway?

On Thu, Aug 20, 2026 at 10:55 AM Thomas Ward <[email protected]>
wrote:

> Can you update your nginx version to 1.28.3-2ubuntu1.10 and see if the
> issue resolves?
>
> ** Changed in: nginx (Ubuntu)
>        Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to Nginx.
> https://bugs.launchpad.net/bugs/2164581
>
> Title:
>   $1 in try_files returns wrong data
>
> Status in Nginx:
>   Invalid
> Status in nginx package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Version: nginx_1.28.3-2ubuntu1.9
>
>   Config example snippet:
>
>   ```nginx
>   location ~ ^/MAAS/machine-resources/(.*)$ {
>       root /usr/share/maas/machine-resources;
>       try_files /$1 =404;
>   }
>   ```
>
>   ---
>
>   The config above does not correctly resolve the positional reference,
>   instead capturing the beginning of the string (i.e., it becomes
>   "...machine-resources//MAAS" if we try "/MAAS/machine-
>   resources/amd64")
>
>   This seems to be a regression in the patch related to changes in the
>   function `ngx_http_script_copy_capture_code`: it is now using a
>   different offset for the capturing group.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nginx/+bug/2164581/+subscriptions
>
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2164581

Title:
  $1 in try_files returns wrong data

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/2164581/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to