mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
6 lines
136 B
Nginx Configuration File
6 lines
136 B
Nginx Configuration File
# from https://github.com/fatiherikli/nginxparser/issues/19
|
|
|
|
map $http_user_agent $mobile {
|
|
default 0;
|
|
"~Opera Mini" 1;
|
|
}
|