mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:58:08 +02:00
7 lines
136 B
Nginx Configuration File
7 lines
136 B
Nginx Configuration File
# from https://github.com/fatiherikli/nginxparser/issues/19
|
|
|
|
map $http_user_agent $mobile {
|
|
default 0;
|
|
"~Opera Mini" 1;
|
|
}
|