Saltar a contenido

$device_model

The $device_model variable provides the model of the device making the request.

Type

string

Possible values

  • iPhone 15
  • Galaxy S24
  • Pixel 8

Example

location /api {
    proxy_set_header X-Device-Model $device_model;
    proxy_pass http://backend;
}