Solid-State Society

  • Archives
  • About
  • Services

Detecting WeChat In-App Browser via Nginx User-Agent

Written by

Error-Prone

in

Blog

You can use this directive to check for WeChat in-app browser and set cache off:

if ($http_user_agent ~* "MicroMessenger") {
  set $skip_cache 1;
}

Related Posts

  1. How to Cleanup Systems w/o CleanMyMac (a.k.a. OS X Cleanup Guide)
  2. Receive a User’s UPN, Email, First and Last Name via Azure Active Directory Custom Manifest
  3. Proxying and Caching WebP Images Using the Same URI Based on User Accept Headers with Nginx
  4. Nginx Notion Proxy
  5. How to Report Disputed Apps in App Store
Nginx WeChat
←How to Install LineageOS on OnePlus 3T with GApps
Using Motion Sensor as Occupancy Sensor for HomeKit with Homebridge→

More posts

  • Storm SSH Alternative for fish Shell

    July 22, 2023
  • Mac mini 10GbE Packet Loss Issue with Energy Efficient Ethernet (EEE)

    January 6, 2023
  • GitHub Actions – Cross Repository Event Triggering with Repository Dispatch

    May 31, 2022
  • Custom VS Code Activity Bar Color Scheme for Light Color Mode

    April 19, 2022

Solid-State Society

ソリッドステート ソサイエティ