We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4339fee commit bed1855Copy full SHA for bed1855
ansible/group_vars/tileservers.yml
@@ -250,6 +250,8 @@ apache:
250
RewriteCond "%{HTTP_USER_AGENT}" "^Wget/" [OR]
251
# Go HTTP client
252
RewriteCond "%{HTTP_USER_AGENT}" "^Go-http-client/" [OR]
253
+ # Go-Tiles-API client, cannot find what this user-agent means, looks like a default user agent
254
+ RewriteCond "%{HTTP_USER_AGENT}" "^Go-Tiles-API/" [OR]
255
# map client for Flutter
256
RewriteCond "%{HTTP_USER_AGENT}" "^flutter_map \(unknown\)$" [OR]
257
# generic osmdroid user agent
0 commit comments